Skip to content

Commit

Permalink
Release v0.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 3, 2025
1 parent 7cab9a3 commit 78697b2
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.56.0] - 2025-01-03

- define CMEEL_BUILD environment variable
- docker: default to python 3.13

Expand Down Expand Up @@ -436,6 +438,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.56.0]: https://github.com/cmake-wheel/cmeel/compare/v0.55.0...v0.56.0
[v0.55.0]: https://github.com/cmake-wheel/cmeel/compare/v0.54.2...v0.55.0
[v0.54.2]: https://github.com/cmake-wheel/cmeel/compare/v0.54.1...v0.54.2
[v0.54.1]: https://github.com/cmake-wheel/cmeel/compare/v0.54.0...v0.54.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ license = "BSD-2-Clause"
name = "cmeel"
readme = "README.md"
requires-python = ">=3.8"
version = "0.55.0"
version = "0.56.0"

[project.optional-dependencies]
build = [
Expand Down

0 comments on commit 78697b2

Please sign in to comment.