File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.1.3] - 2025-12-03
9+
10+ ### Changed
11+ - Code cleanup and improved code quality
12+ - Clean up verbose AI-generated comments
13+ - Fix whitespace formatting
14+ - Skip loading pre-generated keys for 2^8 lifetime in sign command
15+
816## [ 1.1.2] - 2025-12-03
917
1018### Fixed
@@ -75,6 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7583- GitHub Actions CI/CD pipeline
7684- Cross-platform support (Linux, macOS, Windows)
7785
86+ [ 1.1.3 ] : https://github.com/blockblaz/hash-zig/compare/v1.1.2...v1.1.3
7887[ 1.1.2 ] : https://github.com/blockblaz/hash-zig/compare/v1.1.1...v1.1.2
7988[ 1.1.1 ] : https://github.com/blockblaz/hash-zig/compare/v1.1.0...v1.1.1
8089[ 1.1.0 ] : https://github.com/blockblaz/hash-zig/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 1- 1.1.2
1+ 1.1.3
22
Original file line number Diff line number Diff line change 11.{
22 .name = .hash_zig ,
3- .version = "1.0.0 " ,
3+ .version = "1.1.3 " ,
44 .fingerprint = 0xc2f8b6b2acaee93c ,
55 .minimum_zig_version = "0.14.1" ,
66
You can’t perform that action at this time.
0 commit comments