diff --git a/CHANGELOG.md b/CHANGELOG.md index 240d5bd..1a7f528 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.50.2] - 2023-08-16 + - ⚠️ rename `has-binaries` & `has-sitelib` ## [v0.50.1] - 2023-08-16 @@ -383,6 +385,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.50.2]: https://github.com/cmake-wheel/cmeel/compare/v0.50.1...v0.50.2 [v0.50.1]: https://github.com/cmake-wheel/cmeel/compare/v0.50.0...v0.50.1 [v0.50.0]: https://github.com/cmake-wheel/cmeel/compare/v0.49.0...v0.50.0 [v0.49.0]: https://github.com/cmake-wheel/cmeel/compare/v0.48.1...v0.49.0 diff --git a/pyproject.toml b/pyproject.toml index 4ad83f8..9444365 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.50.1" +version = "0.50.2" [tool.poetry.dependencies] cmake = {optional = true, version = "^3.27.2"}