Skip to content

Commit

Permalink
Bump up to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
themisir committed Mar 20, 2022
1 parent 9cd991e commit 8c5aad5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions hive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 7 additions & 7 deletions hive/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -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

0 comments on commit 8c5aad5

Please sign in to comment.