diff options
author | vnugent <public@vaughnnugent.com> | 2024-09-06 21:46:35 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-09-06 21:46:35 -0400 |
commit | 13bcaa274e0276bc5fe1e50008826352ffb5c87f (patch) | |
tree | 2d48136fe10d670221b5667b63cae902fce0f35c /CHANGELOG.md | |
parent | ea15299006cc2486c44fea72381e0c9e555c0d75 (diff) |
commit d5235f583cc984bf0a36f01aac80ca21ee712e3a
Author: vnugent <public@vaughnnugent.com>
Date: Fri Sep 6 21:44:09 2024 -0400
update changelog for v0.1.5
commit b4a5a50098eba9ef1633715a8a74c5ac0c32b2e2
Author: vnugent <public@vaughnnugent.com>
Date: Fri Sep 6 21:37:01 2024 -0400
configure autobuild for master branch
commit de9741b417ee04a54512af106b71cf388c93ea9d
Author: vnugent <public@vaughnnugent.com>
Date: Wed Aug 28 19:54:45 2024 -0400
feat: add library context alloc util functions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2414a2b..563b347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - C# .NET 8.0 library wrapper for noscrypt -- NIP44 vector testing for encryption - +- Full NIP44 vector testing for encryption + +## [0.1.5] + +### Added +- `NCUtilContextAlloc()` and `NCUtilContextFree()` utilities for dynamic library context allocation + +### Changed +- Public and Secret key structure definition names have been correctly namespaced __(no breaking changes)__ + ## [0.1.4] ### Fixed @@ -69,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - NCContext structure defintion. - Internal headers from the public include directory. -[unreleased]: https://github.com/VnUgE/noscrypt/compare/v0.1.4...HEAD +[unreleased]: https://github.com/VnUgE/noscrypt/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/VnUgE/noscrypt/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/VnUgE/noscrypt/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/VnUgE/noscrypt/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/VnUgE/noscrypt/compare/v0.1.1...v0.1.2 |