Skip to content

Commit f37e5d9

Browse files
committed
Bump version to 1.1.1 - Fix memory leak
1 parent f03ad9b commit f37e5d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1] - 2025-12-02
9+
10+
### Fixed
11+
- Resolved memory leak in signature operations
12+
- Removed outdated memory leak documentation
13+
814
## [1.1.0] - 2025-12-02
915

1016
### Added
@@ -48,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4854
- GitHub Actions CI/CD pipeline
4955
- Cross-platform support (Linux, macOS, Windows)
5056

57+
[1.1.1]: https://github.com/blockblaz/hash-zig/compare/v1.1.0...v1.1.1
5158
[1.1.0]: https://github.com/blockblaz/hash-zig/compare/v1.0.0...v1.1.0
5259
[1.0.0]: https://github.com/blockblaz/hash-zig/releases/tag/v1.0.0
5360

VERSION

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

0 commit comments

Comments
 (0)