From 8c5aad599dda7fa145f5a5e5e0ca7c3294c4b2c4 Mon Sep 17 00:00:00 2001 From: Misir Jafarov Date: Sun, 20 Mar 2022 16:56:23 +0400 Subject: [PATCH] Bump up to v2.1.0 --- hive/CHANGELOG.md | 11 +++++++++++ hive/pubspec.yaml | 14 +++++++------- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/hive/CHANGELOG.md b/hive/CHANGELOG.md index 007795486..1b5406a1a 100644 --- a/hive/CHANGELOG.md +++ b/hive/CHANGELOG.md @@ -1,3 +1,14 @@ +# 2.1.0 + +### Fixes + +- Do not return uninitialized box - [#916](https://github.com/hivedb/hive/pull/916) + +### Enhancements + +- Adapter type inheritance - [#927](https://github.com/hivedb/hive/pull/927) +- UTF8 keys - [#928](https://github.com/hivedb/hive/pull/928) + # 2.0.6 ### Fixes diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 72cb07f88..b27771f02 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -1,6 +1,6 @@ name: hive description: Lightweight and blazing fast key-value database written in pure Dart. Strongly encrypted using AES-256. -version: 2.0.6 +version: 2.1.0 homepage: https://github.com/hivedb/hive/tree/master/hive documentation: https://docs.hivedb.dev/ @@ -12,9 +12,9 @@ dependencies: crypto: ^3.0.0 dev_dependencies: - test: ^1.17.12 - mocktail: ^0.2.0 - lints: ^1.0.0 - path: ^1.7.0 - pointycastle: ^3.0.1 - build_runner: ^2.1.2 + test: ^1.20.2 + mocktail: ^0.3.0 + lints: ^2.0.0 + path: ^1.8.1 + pointycastle: ^3.5.2 + build_runner: ^2.1.8