Skip to content

Commit 0871b72

Browse files
committed
chore: Bump version to 1.1.2
1 parent 025d649 commit 0871b72

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.2] - 2025-12-03
9+
10+
### Fixed
11+
- Fixed SSZ secret key serialization to match Rust implementation exactly
12+
- Fixed SSZ deserialization issues
13+
- Fixed Shake PRF to use 16 bytes per field element (matching Rust leansig)
14+
- Derive public key from secret key instead of loading separately
15+
- Security and robustness improvements
16+
17+
### Added
18+
- Added inspect command to Rust and Zig tools for examining keys
19+
- Added pre-generated keys test to CI
20+
- Added lifetime detection and warning when loading pre-generated keys
21+
- Added file size comparison to benchmark tools
22+
- Added README for pre-generated keys directory
23+
24+
### Changed
25+
- Optimized inspect command to parse SSZ metadata only for faster performance
26+
- Handle both minimal and full SSZ secret keys in sign command
27+
- Cleaned up excessive debug output from tools
28+
829
## [1.1.1] - 2025-12-02
930

1031
### Fixed
@@ -54,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5475
- GitHub Actions CI/CD pipeline
5576
- Cross-platform support (Linux, macOS, Windows)
5677

78+
[1.1.2]: https://github.com/blockblaz/hash-zig/compare/v1.1.1...v1.1.2
5779
[1.1.1]: https://github.com/blockblaz/hash-zig/compare/v1.1.0...v1.1.1
5880
[1.1.0]: https://github.com/blockblaz/hash-zig/compare/v1.0.0...v1.1.0
5981
[1.0.0]: https://github.com/blockblaz/hash-zig/releases/tag/v1.0.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.1.1
1+
1.1.2
22

0 commit comments

Comments
 (0)