Skip to content

Commit f36d109

Browse files
committed
chore: bump to v0.5.1 and update CHANGELOG
1 parent 47c572b commit f36d109

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Version numbers follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html
99

1010
## [Unreleased]
1111

12+
---
13+
14+
## [0.5.1] — 2026-05-15
15+
1216
### Changed
1317
- `pyproject.toml`: corrected `authors` field to `t0kubetsu` (consistent
1418
with all other platform modules).
@@ -145,7 +149,8 @@ Version numbers follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html
145149

146150
---
147151

148-
[Unreleased]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.5.0...HEAD
152+
[Unreleased]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.5.1...HEAD
153+
[0.5.1]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.5.0...v0.5.1
149154
[0.5.0]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.4.0...v0.5.0
150155
[0.4.0]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.3.0...v0.4.0
151156
[0.3.0]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.2.0...v0.3.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "quantumvalidator"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Quantum-safe cryptography validator — TLS, STARTTLS, and SSH post-quantum readiness assessment"
99
readme = "README.md"
1010
requires-python = ">=3.11"

quantumvalidator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
try:
66
__version__ = version("quantumvalidator")
77
except PackageNotFoundError: # pragma: no cover
8-
__version__ = "0.5.0"
8+
__version__ = "0.5.1"
99

1010
import logging as _logging
1111

0 commit comments

Comments
 (0)