Skip to content

Commit ab140ce

Browse files
committed
Bump version to 1.1.3
1 parent 331e4c2 commit ab140ce

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.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

VERSION

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

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)