From 66303a06763e208bd664d7dfa49ef3e6395cad73 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Wed, 3 May 2023 12:18:08 +0200 Subject: [PATCH] Release v0.43.0 --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df5e8c2..c143f6c 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.43.0] - 2023-05-03 + - add `--cmeel-env` option to `docker` subcommand to forward `CMEEL_*` environment variables - improve docs @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 379d56f..750bd85 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.42.1" +version = "0.43.0" [tool.poetry.dependencies] cmake = {optional = true, version = "^3.22.3"}