diff --git a/CHANGELOG.md b/CHANGELOG.md index 7374b49..826667d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.25.0] - 2023-01-24 + - add tests for python 3.11 - improve error message on patch failure @@ -210,6 +212,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial minial working example [Unreleased]: https://github.com/cmake-wheel/cmeel/compare/v0.4.2...main +[v0.25.0]: https://github.com/cmake-wheel/cmeel/compare/v0.24.2...v0.25.0 [v0.24.2]: https://github.com/cmake-wheel/cmeel/compare/v0.24.1...v0.24.2 [v0.24.1]: https://github.com/cmake-wheel/cmeel/compare/v0.24.0...v0.24.1 [v0.24.0]: https://github.com/cmake-wheel/cmeel/compare/v0.23.2...v0.24.0 diff --git a/pyproject.toml b/pyproject.toml index 2141fd9..bf333cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cmeel" -version = "0.24.2" +version = "0.25.0" description = "Create Wheel from CMake projects" authors = ["Guilhem Saurel "] license = "BSD-2-Clause"