Skip to content

Commit e0999a4

Browse files
committed
Bump version to 0.6.2
1 parent e7a6d33 commit e0999a4

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
cppman Changelog
33
------------------------------------------------------------------------------
44

5+
cppman 0.6.2 (Jul 27th, 2026):
6+
7+
Bug fixed:
8+
* Fix release pipeline: the PyPI/GitHub release job waited on a check
9+
named "test", but the matrix test job reports as "test (3.12)", so the
10+
gate never matched and 0.6.1 was never published (#199)
11+
* Functional tests now skip gracefully when cppreference.com or
12+
cplusplus.com are unreachable or block CI runners (Cloudflare 403),
13+
instead of failing the build
14+
* Modernize the default User-Agent string
15+
516
cppman 0.6.1 (Jun 7th, 2026):
617

718
Bug fixed:

cppman/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.1'
1+
__version__ = '0.6.2'

0 commit comments

Comments
 (0)