From decafe91e5fd7d06e3aa9e223f98ad1ca795a0fa Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 28 Feb 2023 17:36:10 +0100 Subject: [PATCH] Release v0.32.2 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf5daca..df6b5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.32.2] - 2023-02-28 + - parse wheel pack output with a regex +- fix some builds on windows +- fix ci on some mac OS ## [v0.32.1] - 2023-02-27 @@ -249,6 +253,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.32.2]: https://github.com/cmake-wheel/cmeel/compare/v0.32.1...v0.32.2 [v0.32.1]: https://github.com/cmake-wheel/cmeel/compare/v0.32.0...v0.32.1 [v0.32.0]: https://github.com/cmake-wheel/cmeel/compare/v0.31.0...v0.32.0 [v0.31.0]: https://github.com/cmake-wheel/cmeel/compare/v0.30.0...v0.31.0 diff --git a/pyproject.toml b/pyproject.toml index 869f3a7..2e7328f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cmeel" -version = "0.32.1" +version = "0.32.2" description = "Create Wheel from CMake projects" authors = ["Guilhem Saurel "] license = "BSD-2-Clause"