Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed May 28, 2022
1 parent e2af3fd commit 59b2b45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@
- refactor: language enum enhanced, wordlists .dart -> .txt
- fix: Enhanced enum with field 'name' causes segfault
- Thanks to this refactoring this package consume less RAM by loading only needed worlist.

## 2.2.0
- Revert "refactor: language enum enhanced, wordlists .dart -> .txt" from 2.1.0
- refactor: language enum is still enhanced but file based wordlist are removed in favor of RAM loaded.
- Introducing label attribute for Language enum.
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bip39_mnemonic
description: Mnemonic code for generating deterministic keys a.k.a. BIP39.
version: 2.1.0
version: 2.2.0
homepage: https://github.com/ethicnology/dart-bip39-mnemonic

environment:
Expand All @@ -10,6 +10,5 @@ dev_dependencies:
test: ^1.21.1
convert: ^3.0.1
dependencies:
path: ^1.8.2
pointycastle: ^3.6.0
unorm_dart: ^0.2.0

0 comments on commit 59b2b45

Please sign in to comment.