Skip to content

Commit 5f6f235

Browse files
authored
Merge pull request #213 from CastXML/changelog
Bump version to 2.6.0
2 parents ff5bfd2 + 663c65d commit 5f6f235

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@ Changes
22
=======
33

44
Version 2.6.0
5+
-------------
56

67
1. Drop utils.is_str function
78

9+
2. Massive unit test refactoring: migrated all the tests to pytest.
10+
11+
3. Make sure has_mutable, has_static, has_extern functions always return a boolean
12+
13+
4. Fix a bug in unordered_set_traits and unordered_multiset_traits
14+
15+
5. Fix a bug in build_decl_string with elaborated type specifiers
16+
817
Version 2.5.0
918
-------------
1019

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = [
1818
"CastXML",
1919
"gccxml",
2020
]
21-
version = "2.5.0"
21+
version = "2.6.0"
2222

2323
classifiers = [
2424
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)