bump version and update changelog for frost-core 0.1.1

This commit is contained in:
Conrado Gouvea 2023-04-13 22:14:52 -03:00 committed by Deirdre Connolly
parent 10027a9909
commit ec263b120f
2 changed files with 14 additions and 1 deletions

13
frost-core/CHANGELOG.md Normal file
View File

@ -0,0 +1,13 @@
# Changelog
Entries are listed in reverse chronological order.
## Unreleased
## 0.1.1
* Implement Zeroize where needed or skip where not needed (fixes compiling error)
## 0.1.0
* Initial release.

View File

@ -4,7 +4,7 @@ edition = "2021"
# When releasing to crates.io:
# - Update CHANGELOG.md
# - Create git tag.
version = "0.1.0"
version = "0.1.1"
authors = ["Deirdre Connolly <durumcrustulum@gmail.com>", "Chelsea Komlo <me@chelseakomlo.com>", "Conrado Gouvea <conradoplg@gmail.com>"]
readme = "README.md"
license = "MIT OR Apache-2.0"