brand_logo 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da46bcee230e23bbe43d0a20b21c13ef2eab0dd2faebcf8abfcf51ccb4d54fe0
4
- data.tar.gz: 7c0888790d4919fa0e8d7cbbbfccdd3f5cbebc457f4206c64f34950f51cf423e
3
+ metadata.gz: 55cea841db1aee472096dfa172d638f3c5f864fccb63af5aa82ffab678930226
4
+ data.tar.gz: fb6bfaf7372f53b5c46629c7121d1274dab3c0cca0f141311c36a491ccc52559
5
5
  SHA512:
6
- metadata.gz: e589a8a91d7c41349997f0ed68a4f6f9ea3d6f53f2a7f98b796bf6491b3bc91b7301390db0074e200dcdfec21152bc88230d48605d0ec17e9bf7deb55eab4f68
7
- data.tar.gz: b0b0763a1ec0a9ee78840997b9b759b0ff13fc94729db0426c24ddd3acb79f52d92c5f37c0d878fb047035f21915136da14b78026e4e2535eead61a73f471f73
6
+ metadata.gz: d7a079601765dce01252720054d08ab9128a4cd6df170a22dbfa1493fa4fbc6fecf0293b1ed6212f696520e85b5d9f5dae310a869f3a55553a9020868ec0f185
7
+ data.tar.gz: 22c08aafa839393f6d47e528d56035f15081d120a9638eab64210914803ba62912bce3d9b5557bfbd3f3f5fa882b0d888c48628c745723ca0dd0aa0c59a8bf35
data/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
3
3
  All notable changes to this project will be documented here.
4
4
  Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
5
 
6
+ ## [1.0.1] - 2026-07-23
7
+
8
+ ### Changed
9
+
10
+ - Publish to RubyGems via trusted publishing (OIDC) instead of a long-lived API key
11
+ - Bump simplecov to 1.0.0, migrate `add_filter` to `skip`
12
+
6
13
  ## [1.0.0] - 2026-04-15
7
14
 
8
15
  First public release under the name `brand_logo`.
@@ -2,5 +2,5 @@
2
2
  # typed: strict
3
3
 
4
4
  module BrandLogo
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.1'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brand_logo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - AdVitam