Skip to content

Commit 78b4436

Browse files
committed
Bumped project version to 1.0.1 and updated CHANGELOG.md
1 parent 116d921 commit 78b4436

3 files changed

Lines changed: 10 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": "1.0.0",
19+
"app_version": "1.0.1",
2020
"track_descriptor": true,
2121
"track_chart": false,
2222
"components": [
2323
{
2424
"name": "lib",
2525
"target": "quantcrypt",
2626
"ignore": [],
27-
"hash": "881d8abba75ecc2ba563d10eba5980aa"
27+
"hash": "ae78d287ff337520c797f345f9752772"
2828
}
2929
]
3030
},

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ 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-
### [1.0.0] - 2025-03-18 - _latest_
8+
### [1.0.1] - 2025-03-20 - _latest_
9+
10+
- CLI command 'remove' now supports new option '--only-ref'
11+
- Fixed SonarCloud complaints and improved pytest coverage
12+
13+
### [1.0.0] - 2025-03-18
914

1015
- Major refactor of large parts of the codebase and also pytests.
1116
- Replaced Kyber and Dilithium classes with MLKEM_* and MLDSA_* classes. Other breaking changes as well.
@@ -72,6 +77,7 @@ _NOTE: This changelog is generated and managed by [devtools-cli](https://pypi.or
7277
- Renamed MemSize class in KDF module to MemCost and changed its interface
7378
- Added CLI command `qclib` with options `--info` and `--version`
7479

80+
[1.0.1]: https://github.com/aabmets/quantcrypt/compare/1.0.0...1.0.1
7581
[1.0.0]: https://github.com/aabmets/quantcrypt/compare/0.4.2...1.0.0
7682
[0.4.2]: https://github.com/aabmets/quantcrypt/compare/0.4.0...0.4.2
7783
[0.4.0]: https://github.com/aabmets/quantcrypt/compare/0.3.4...0.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quantcrypt"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Cross-platform Python library for Post-Quantum Cryptography using precompiled PQClean binaries"
55
authors = [
66
{ name = "Mattias Aabmets", email = "mattias.aabmets@gmail.com" }

0 commit comments

Comments
 (0)