Skip to content

Commit

Permalink
Release v0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 24, 2023
1 parent c447836 commit f41a0a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "BSD-2-Clause"
Expand Down

0 comments on commit f41a0a4

Please sign in to comment.