Skip to content

Commit

Permalink
Release v0.32.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Feb 28, 2023
1 parent da1b581 commit decafe9
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,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

Expand Down Expand Up @@ -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
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.32.1"
version = "0.32.2"
description = "Create Wheel from CMake projects"
authors = ["Guilhem Saurel <guilhem.saurel@laas.fr>"]
license = "BSD-2-Clause"
Expand Down

0 comments on commit decafe9

Please sign in to comment.