Skip to content

Commit b16b48d

Browse files
committed
update version number and add changelog
1 parent 2201b9e commit b16b48d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.0
2+
- Migrated to use a shared dargon2_core plugin
3+
- More modular and allows for custom Library Loader definitions
4+
- No user-facing changes, all changes should be strictly internal
5+
16
## 2.0.1
27
- Updated unused imports & slight fixes
38

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: dargon2
22
description: Provides bindings for hashing and verifying with Argon2, the winner of the Password Hashing Competition.
3-
version: 2.0.1
3+
version: 2.1.0
44
homepage: https://github.com/tmthecoder/dargon2
5+
repository: https://github.com/tmthecoder/dargon2
56

67
environment:
78
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)