Skip to content

Commit 82dbbb7

Browse files
committed
chore: bump version to 0.6.3
1 parent 9c09426 commit 82dbbb7

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.6.3] — 2026-07-08
15+
1216
### Fixed
1317
- `cli.py`: the `check` command's `progress_cb` now prints to a dedicated,
1418
non-recording `Console` instead of the shared recording console from
@@ -301,7 +305,8 @@ Version numbers follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html
301305

302306
---
303307

304-
[Unreleased]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.6.2...HEAD
308+
[Unreleased]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.6.3...HEAD
309+
[0.6.3]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.6.2...v0.6.3
305310
[0.6.2]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.6.1...v0.6.2
306311
[0.6.1]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.6.0...v0.6.1
307312
[0.6.0]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.5.2...v0.6.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.6.2"
7+
version = "0.6.3"
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
@@ -8,7 +8,7 @@
88
try:
99
__version__ = version("quantumvalidator")
1010
except PackageNotFoundError: # pragma: no cover
11-
__version__ = "0.6.2"
11+
__version__ = "0.6.3"
1212

1313
_logging.getLogger("quantumvalidator").addHandler(_logging.NullHandler())
1414
del _logging

0 commit comments

Comments
 (0)