diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd370e..4bd63e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.38.0] - 2023-04-18 + - add `fix-pkg-config` option, default to `true` ## [v0.37.0] - 2023-04-05 @@ -283,6 +285,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.38.0]: https://github.com/cmake-wheel/cmeel/compare/v0.37.0...v0.38.0 [v0.37.0]: https://github.com/cmake-wheel/cmeel/compare/v0.36.0...v0.37.0 [v0.36.0]: https://github.com/cmake-wheel/cmeel/compare/v0.35.0...v0.36.0 [v0.35.0]: https://github.com/cmake-wheel/cmeel/compare/v0.34.1...v0.35.0 diff --git a/pyproject.toml b/pyproject.toml index c487817..096276b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ include = ['cmeel.pth'] license = "BSD-2-Clause" name = "cmeel" readme = "README.md" -version = "0.37.0" +version = "0.38.0" [tool.poetry.dependencies] cmake = {optional = true, version = "^3.22.3"}