From f41a0a476dbb8f53f10c4e3b6e27801d34320cda Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 24 Jan 2023 17:55:52 +0100 Subject: [PATCH] Release v0.24.1 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 011f0dc..9975b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.24.1] - 2023-01-24 + +- load current prefix even if it doesn't exist yet + ## [v0.24.0] - 2023-01-23 - load cmeel prefixes in all sys.path @@ -199,6 +203,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.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 [v0.23.2]: https://github.com/cmake-wheel/cmeel/compare/v0.23.1...v0.23.2 [v0.23.1]: https://github.com/cmake-wheel/cmeel/compare/v0.23.0...v0.23.1 diff --git a/pyproject.toml b/pyproject.toml index 65f9820..8196422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cmeel" -version = "0.24.0" +version = "0.24.1" description = "Create Wheel from CMake projects" authors = ["Guilhem Saurel "] license = "BSD-2-Clause"