From 9eb43f23e662acf0dfd95ea6aa572a00e58a2cb1 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 8 Aug 2023 00:09:53 +0200 Subject: [PATCH] Release v0.49.0 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dee39ff..df49014 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.49.0] - 2023-08-08 + - Forward `-DCMEEL_JOBS={config.jobs}` to CMake ## [v0.48.1] - 2023-08-04 @@ -370,6 +372,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.49.0]: https://github.com/cmake-wheel/cmeel/compare/v0.48.1...v0.49.0 [v0.48.1]: https://github.com/cmake-wheel/cmeel/compare/v0.48.0...v0.48.1 [v0.48.0]: https://github.com/cmake-wheel/cmeel/compare/v0.47.1...v0.48.0 [v0.47.1]: https://github.com/cmake-wheel/cmeel/compare/v0.47.0...v0.47.1 diff --git a/pyproject.toml b/pyproject.toml index e417711..9fd8938 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.48.1" +version = "0.49.0" [tool.poetry.dependencies] cmake = {optional = true, version = "^3.27.0"}