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 +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/brand_logo/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55cea841db1aee472096dfa172d638f3c5f864fccb63af5aa82ffab678930226
|
|
4
|
+
data.tar.gz: fb6bfaf7372f53b5c46629c7121d1274dab3c0cca0f141311c36a491ccc52559
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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`.
|
data/lib/brand_logo/version.rb
CHANGED