sorbet_typed-props 1.5.6 → 1.5.7

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: 0ea0b943a9c67c764b3a231c7dee5a7067f217c6b0affbe307d41276085e243d
4
- data.tar.gz: b2e761a7cc064ca3784e7f2315c916ef52e7dd92350219e206c23ba1df173c69
3
+ metadata.gz: 21a4767b24f80affdefd0b0d471bb3342e66f7d57f5cc2b33514e7cc05bf7483
4
+ data.tar.gz: 1c26d2f9913ab729b1f45fc23ba8d057aa4f0303a602127325f052adc00a514b
5
5
  SHA512:
6
- metadata.gz: becef28ed4be57479118206763a662d5bb2c98791000bcd7d8cdd7d1e987f31fe90cce6311f81f06a7a782c336cfea2ab58cb2798736accb1ba2258bbc5fd149
7
- data.tar.gz: 7b1f00d89e420e169273c7686ee8fad7acbb6234233869fa7cb9b6c35ce05451041aa69ffb109c8e9ab0a5eb5541b2650f353688d54178064a5ce4191f7f243d
6
+ metadata.gz: fa67f4d7ecfcba2aedd748a489d606de44a26d840216b8a9fb914d834ee6eed400167ae49d2cd06243c17e0b2502f04452eda1c4e21fc9bec1dfede814aa285f
7
+ data.tar.gz: 1b9841faf6c572fd686917f917d6ab66366c79a0fa94585f0216865581690869c96d4e52149a5c43ade9f906a42ab329ca2e564e94e8a427652f35abb3495ca5
data/.cz.yaml CHANGED
@@ -15,7 +15,7 @@ commitizen:
15
15
  - mise run format
16
16
  tag_format: v$version
17
17
  update_changelog_on_bump: true
18
- version: 1.5.6
18
+ version: 1.5.7
19
19
  version_files:
20
20
  - lib/sorbet_typed/props/version.rb
21
21
  version_scheme: semver2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## v1.5.7 (2026-08-18)
2
+
3
+ ### Fix
4
+
5
+ - **ci**: authenticate GitHub annotation fetches
6
+ - **ci**: rebuild pipx tool installs on every job
7
+
1
8
  ## v1.5.6 (2026-07-29)
2
9
 
3
10
  ### Fix
@@ -5,7 +5,7 @@
5
5
 
6
6
  module SorbetTyped
7
7
  module Props
8
- VERSION = '1.5.6'
8
+ VERSION = '1.5.7'
9
9
  end
10
10
  end
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sorbet_typed-props
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.6
4
+ version: 1.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Kramer