From 663c65dc200ca8adc5591e4f84108e11c1f2a2a1 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Sun, 17 Nov 2024 20:50:20 +0100 Subject: [PATCH] Bump version to 2.6.0 and update changelog --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d8a44f..ec5e3902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,18 @@ Changes ======= Version 2.6.0 +------------- 1. Drop utils.is_str function +2. Massive unit test refactoring: migrated all the tests to pytest. + +3. Make sure has_mutable, has_static, has_extern functions always return a boolean + +4. Fix a bug in unordered_set_traits and unordered_multiset_traits + +5. Fix a bug in build_decl_string with elaborated type specifiers + Version 2.5.0 ------------- diff --git a/pyproject.toml b/pyproject.toml index 387df727..3dbe90f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ keywords = [ "CastXML", "gccxml", ] -version = "2.5.0" +version = "2.6.0" classifiers = [ "Development Status :: 5 - Production/Stable",