Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmets committed Feb 5, 2024
1 parent 5272865 commit 5110168
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devtools
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"file_name": "mit.json"
},
"version_cmd": {
"app_version": "0.4.1",
"app_version": "0.4.2",
"track_descriptor": true,
"track_chart": false,
"components": [
{
"name": "lib",
"target": "quantcrypt",
"ignore": [],
"hash": "edf086c1459813bdf9440bb9722357b8"
"hash": "87c7c1cbb59045ed75cb47080335b66d"
}
]
},
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5110168

Please sign in to comment.