Skip to content

Commit 5110168

Browse files
committed
0.4.2
1 parent 5272865 commit 5110168

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.devtools

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"file_name": "mit.json"
1717
},
1818
"version_cmd": {
19-
"app_version": "0.4.1",
19+
"app_version": "0.4.2",
2020
"track_descriptor": true,
2121
"track_chart": false,
2222
"components": [
2323
{
2424
"name": "lib",
2525
"target": "quantcrypt",
2626
"ignore": [],
27-
"hash": "edf086c1459813bdf9440bb9722357b8"
27+
"hash": "87c7c1cbb59045ed75cb47080335b66d"
2828
}
2929
]
3030
},

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
_NOTE: This changelog is generated and managed by [devtools-cli](https://pypi.org/project/devtools-cli/), **do not edit manually**._
66

77

8-
### [0.4.0] - 2024-02-04 - _latest_
8+
### [0.4.2] - 2024-02-05 - _latest_
9+
10+
- Restored --version and --info options to qclib CLI command
11+
12+
### [0.4.1] - 2024-02-04
913

1014
- Prettified encrypt and decrypt CLI commands
1115
- Prettified sign and verify CLI commands
@@ -59,6 +63,7 @@ _NOTE: This changelog is generated and managed by [devtools-cli](https://pypi.or
5963
- Renamed MemSize class in KDF module to MemCost and changed its interface
6064
- Added CLI command `qclib` with options `--info` and `--version`
6165

66+
[0.4.2]: https://github.com/aabmets/quantcrypt/compare/0.4.0...0.4.2
6267
[0.4.0]: https://github.com/aabmets/quantcrypt/compare/0.3.4...0.4.0
6368
[0.3.4]: https://github.com/aabmets/quantcrypt/compare/0.3.3...0.3.4
6469
[0.3.3]: https://github.com/aabmets/quantcrypt/compare/0.3.2...0.3.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quantcrypt"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Cross-platform Python library for Post-Quantum Cryptography using precompiled PQClean binaries"
55
authors = ["Mattias Aabmets <mattias.aabmets@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)