Skip to content

Commit

Permalink
Bump up hive to 3.0.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
themisir committed Oct 15, 2022
1 parent ad7b616 commit 3668aca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions hive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 3.0.0-dev

### Enchantments

- Implemented in-memory storage backend
- Added `notify` parameter to public APIs
- Web Worker support
- Threaded AesCipher support (requires hive_flutter >=2.0.0-dev)

# 2.2.3

### Enhancements
Expand Down
3 changes: 2 additions & 1 deletion 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.2.3
version: 3.0.0-dev
homepage: https://github.com/hivedb/hive/tree/master/hive
documentation: https://docs.hivedb.dev/

Expand All @@ -10,6 +10,7 @@ environment:
dependencies:
meta: ^1.3.0
crypto: ^3.0.0
js: ^0.6.4

dev_dependencies:
test: ^1.17.12
Expand Down

0 comments on commit 3668aca

Please sign in to comment.