Skip to content

Commit

Permalink
release update
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Sep 20, 2024
1 parent bfee1ca commit 134c092
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/sodium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.0] - 2024-09-20
### Added
- Added `crypto_sign_ed25519_pk_to_curve25519` and `crypto_sign_ed25519_sk_to_curve25519` sumo functions (#123)

### Changed
- Updated dependencies
- Improved isolate transfers for FFI secure keys
- Add finalization to JS secure keys if forgotten to dispose
- Exposed `ready` property on `LibSodiumJS`

## [3.2.0+1] - 2024-08-22
### Changed
- Improved documentation
Expand Down Expand Up @@ -233,6 +243,7 @@ changed, only the name of the getter. (#61)
### Added
- Initial stable release

[3.3.0]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium-v3.2.0+1...sodium-v3.3.0
[3.2.0+1]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium-v3.2.0...sodium-v3.2.0+1
[3.2.0]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium-v3.1.0...sodium-v3.2.0
[3.1.0]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium-v3.0.1...sodium-v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/sodium/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sodium
description: Dart bindings for libsodium, for the Dart-VM and for the Web
version: 3.2.0+1
version: 3.3.0
homepage: https://github.com/Skycoder42/libsodium_dart_bindings

environment:
Expand Down

0 comments on commit 134c092

Please sign in to comment.