We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96b40f commit e4075adCopy full SHA for e4075ad
CHANGELOG.md
@@ -21,6 +21,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
- **CI**: add beta channel lint workflow to catch build issues early
22
([#1875](https://github.com/o1-labs/mina-rust/pull/1875))
23
24
+### Fixed
25
+
26
+- **CI**: fix version regex in build verification workflows to accept
27
+ variable-length commit hashes (7+ characters) instead of exactly 7, adapting
28
+ to Git's dynamic abbreviation based on repository size, fix
29
+ [#1911](https://github.com/o1-labs/mina-rust/issues/1911)
30
+ ([#1912](https://github.com/o1-labs/mina-rust/pull/1912))
31
32
### Changes
33
34
- **Dependencies**: vendor redux-rs into `vendor/redux` to centralize all code
0 commit comments