Skip to content

Commit 134930d

Browse files
committed
0.3.4
1 parent 5e67f9f commit 134930d

3 files changed

Lines changed: 12 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.3.3",
19+
"app_version": "0.3.4",
2020
"track_descriptor": true,
2121
"track_chart": false,
2222
"components": [
2323
{
2424
"name": "lib",
2525
"target": "quantcrypt",
2626
"ignore": [],
27-
"hash": "b0b8e244f7f5f531b5df524e2bb51aed"
27+
"hash": "f2f510fb2c5d1222d4b609b38e23c647"
2828
}
2929
]
3030
},

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ 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.3.3] - 2024-01-28 - _latest_
8+
### [0.3.4] - 2024-02-04 - _latest_
9+
10+
- Updated PQClean dependency to commit 3b43bc6
11+
- Prettified keygen and optimize CLI command
12+
- Improved --help docs for qclib CLI commands
13+
- Fixed an issue with precompiled binaries Python version
14+
15+
### [0.3.3] - 2024-01-28
916

1017
- Added security statement to README.md
1118
- KryptonKEM now accepts relative paths as parameter inputs
@@ -44,6 +51,7 @@ _NOTE: This changelog is generated and managed by [devtools-cli](https://pypi.or
4451
- Renamed MemSize class in KDF module to MemCost and changed its interface
4552
- Added CLI command `qclib` with options `--info` and `--version`
4653

54+
[0.3.4]: https://github.com/aabmets/quantcrypt/compare/0.3.3...0.3.4
4755
[0.3.3]: https://github.com/aabmets/quantcrypt/compare/0.3.2...0.3.3
4856
[0.3.2]: https://github.com/aabmets/quantcrypt/compare/0.3.1...0.3.2
4957
[0.3.1]: https://github.com/aabmets/quantcrypt/compare/0.3.0...0.3.1

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.3.3"
3+
version = "0.3.4"
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)