Skip to content

Commit

Permalink
release update
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Oct 20, 2024
1 parent 6f33b84 commit 73de3e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/sodium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.4.0] - 2024-10-20
### Added
- Added low level isolate helpers

### Changed
- Updated dependencies

## [3.3.0] - 2024-09-20
### Added
- Added `crypto_sign_ed25519_pk_to_curve25519` and `crypto_sign_ed25519_sk_to_curve25519` sumo functions (#123)
Expand Down Expand Up @@ -243,6 +250,7 @@ changed, only the name of the getter. (#61)
### Added
- Initial stable release

[3.4.0]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium-v3.3.0...sodium-v3.4.0
[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
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.3.0
version: 3.4.0
homepage: https://github.com/Skycoder42/libsodium_dart_bindings

environment:
Expand Down

0 comments on commit 73de3e8

Please sign in to comment.