There was an error while loading. Please reload this page.
1 parent e7a6d33 commit e0999a4Copy full SHA for e0999a4
2 files changed
ChangeLog
@@ -2,6 +2,17 @@
2
cppman Changelog
3
------------------------------------------------------------------------------
4
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
16
cppman 0.6.1 (Jun 7th, 2026):
17
18
Bug fixed:
cppman/__version__.py
@@ -1 +1 @@
1
-__version__ = '0.6.1'
+__version__ = '0.6.2'
0 commit comments