Skip to content

Commit

Permalink
release sodium_libs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Aug 18, 2024
1 parent 8a1bcea commit f3061c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/sodium_libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.2.0] - 2024-08-18
### Changed
- Updated min sodium version to 3.2.0
- This includes the newly added `pushChunked` and `pullChunked` APIs

## [3.0.0] - 2024-08-15
### Changed
- Updated dependencies
Expand Down Expand Up @@ -284,6 +289,7 @@ the page
### Added
- Initial stable release

[3.2.0]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium_libs-v3.0.0...sodium_libs-v3.2.0
[3.0.0]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium_libs-v2.2.1+6...sodium_libs-v3.0.0
[2.2.1+6]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium_libs-v2.2.1+5...sodium_libs-v2.2.1+6
[2.2.1+5]: https://github.com/Skycoder42/libsodium_dart_bindings/compare/sodium_libs-v2.2.1+4...sodium_libs-v2.2.1+5
Expand Down
4 changes: 2 additions & 2 deletions packages/sodium_libs/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sodium_libs
version: 3.0.0
version: 3.2.0
description: Flutter companion package to sodium that provides the low-level libsodium binaries for easy use.
homepage: https://github.com/Skycoder42/libsodium_dart_bindings

Expand All @@ -19,7 +19,7 @@ dependencies:
html: ^0.15.4
meta: ^1.15.0
plugin_platform_interface: ^2.1.8
sodium: ^3.1.0
sodium: ^3.2.0
synchronized: ^3.2.0
web: ^1.0.0

Expand Down

0 comments on commit f3061c4

Please sign in to comment.