Skip to content

Commit

Permalink
Release v0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed May 3, 2023
1 parent 9a1cfa3 commit 66303a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.43.0] - 2023-05-03

- add `--cmeel-env` option to `docker` subcommand to forward `CMEEL_*` environment variables
- improve docs

Expand Down Expand Up @@ -327,6 +329,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.43.0]: https://github.com/cmake-wheel/cmeel/compare/v0.42.1...v0.43.0
[v0.42.1]: https://github.com/cmake-wheel/cmeel/compare/v0.42.0...v0.42.1
[v0.42.0]: https://github.com/cmake-wheel/cmeel/compare/v0.41.1...v0.42.0
[v0.41.1]: https://github.com/cmake-wheel/cmeel/compare/v0.41.0...v0.41.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include = ['cmeel.pth']
license = "BSD-2-Clause"
name = "cmeel"
readme = "README.md"
version = "0.42.1"
version = "0.43.0"

[tool.poetry.dependencies]
cmake = {optional = true, version = "^3.22.3"}
Expand Down

0 comments on commit 66303a0

Please sign in to comment.