From f3061c4ea55650dbac99db9eb216e35cab1f265b Mon Sep 17 00:00:00 2001 From: Skycoder42 Date: Sun, 18 Aug 2024 19:37:02 +0200 Subject: [PATCH] release sodium_libs update --- packages/sodium_libs/CHANGELOG.md | 6 ++++++ packages/sodium_libs/pubspec.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/sodium_libs/CHANGELOG.md b/packages/sodium_libs/CHANGELOG.md index 2145cbbe..5a6d5a42 100644 --- a/packages/sodium_libs/CHANGELOG.md +++ b/packages/sodium_libs/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/sodium_libs/pubspec.yaml b/packages/sodium_libs/pubspec.yaml index a4cf4b70..24c0b239 100644 --- a/packages/sodium_libs/pubspec.yaml +++ b/packages/sodium_libs/pubspec.yaml @@ -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 @@ -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