Skip to content

Commit 4fa0eba

Browse files
committed
chore: bump version to 0.6.2
1 parent ce1d0fd commit 4fa0eba

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.2] — 2026-06-24
15+
1216
### Removed
1317
- `__init__.py`: `probe_raw` removed from package re-exports — callers (e.g.
1418
vendored copy in `mailvalidator`) import directly from `quantumvalidator.tls_utils`.
@@ -289,7 +293,8 @@ Version numbers follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html
289293

290294
---
291295

292-
[Unreleased]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.6.1...HEAD
296+
[Unreleased]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.6.2...HEAD
297+
[0.6.2]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.6.1...v0.6.2
293298
[0.6.1]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.6.0...v0.6.1
294299
[0.6.0]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.5.2...v0.6.0
295300
[0.5.2]: https://github.com/NC3-TestingPlatform/quantumvalidator/compare/v0.5.1...v0.5.2

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.1"
7+
version = "0.6.2"
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.1"
11+
__version__ = "0.6.2"
1212

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

0 commit comments

Comments
 (0)