Skip to content

Commit

Permalink
release sodium 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Aug 17, 2021
1 parent 4798798 commit c33fb35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions packages/sodium/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).

## [1.1.0] - 2021-08-17
### Added
- `SecureKey.split` extension that allows to split one key into multiple (#2)
- `SecureKey.nativeHandle` and `SecureKey.fromNativeHandle` to allow passing
secure keys across isolate boundaries
- `SodiumInit.init` can now be called with `initNative: false` to disable
initialization of the native library, in case it has already been initialized

## [1.0.0] - 2021-07-08
### Changed
- Update dependencies
Expand All @@ -20,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.2.2] - 2021-06-01
### Added
- New libsodium API:
- New libsodium API:
- crypto_aead
- Only crypto_aead_xchacha20poly1305_ietf has been implemented for now
- crypto_kdf
Expand Down Expand Up @@ -82,4 +90,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed
### Fixed
### Security
### Security
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: 1.0.0
version: 1.1.0
homepage: https://github.com/Skycoder42/libsodium_dart_bindings

environment:
Expand Down

0 comments on commit c33fb35

Please sign in to comment.