diff --git a/.devtools b/.devtools index b6f1972..039511f 100644 --- a/.devtools +++ b/.devtools @@ -16,7 +16,7 @@ "file_name": "mit.json" }, "version_cmd": { - "app_version": "0.4.1", + "app_version": "0.4.2", "track_descriptor": true, "track_chart": false, "components": [ @@ -24,7 +24,7 @@ "name": "lib", "target": "quantcrypt", "ignore": [], - "hash": "edf086c1459813bdf9440bb9722357b8" + "hash": "87c7c1cbb59045ed75cb47080335b66d" } ] }, diff --git a/CHANGELOG.md b/CHANGELOG.md index f149cd1..c4fddfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), _NOTE: This changelog is generated and managed by [devtools-cli](https://pypi.org/project/devtools-cli/), **do not edit manually**._ -### [0.4.0] - 2024-02-04 - _latest_ +### [0.4.2] - 2024-02-05 - _latest_ + +- Restored --version and --info options to qclib CLI command + +### [0.4.1] - 2024-02-04 - Prettified encrypt and decrypt CLI commands - Prettified sign and verify CLI commands @@ -59,6 +63,7 @@ _NOTE: This changelog is generated and managed by [devtools-cli](https://pypi.or - Renamed MemSize class in KDF module to MemCost and changed its interface - Added CLI command `qclib` with options `--info` and `--version` +[0.4.2]: https://github.com/aabmets/quantcrypt/compare/0.4.0...0.4.2 [0.4.0]: https://github.com/aabmets/quantcrypt/compare/0.3.4...0.4.0 [0.3.4]: https://github.com/aabmets/quantcrypt/compare/0.3.3...0.3.4 [0.3.3]: https://github.com/aabmets/quantcrypt/compare/0.3.2...0.3.3 diff --git a/pyproject.toml b/pyproject.toml index b68be19..e05e744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quantcrypt" -version = "0.4.1" +version = "0.4.2" description = "Cross-platform Python library for Post-Quantum Cryptography using precompiled PQClean binaries" authors = ["Mattias Aabmets "] license = "MIT"