Skip to content

Commit 78697b2

Browse files
committed
Release v0.56.0
1 parent 7cab9a3 commit 78697b2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.56.0] - 2025-01-03
11+
1012
- define CMEEL_BUILD environment variable
1113
- docker: default to python 3.13
1214

@@ -436,6 +438,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
436438
- Initial minial working example
437439

438440
[Unreleased]: https://github.com/cmake-wheel/cmeel/compare/v0.4.2...main
441+
[v0.56.0]: https://github.com/cmake-wheel/cmeel/compare/v0.55.0...v0.56.0
439442
[v0.55.0]: https://github.com/cmake-wheel/cmeel/compare/v0.54.2...v0.55.0
440443
[v0.54.2]: https://github.com/cmake-wheel/cmeel/compare/v0.54.1...v0.54.2
441444
[v0.54.1]: https://github.com/cmake-wheel/cmeel/compare/v0.54.0...v0.54.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ license = "BSD-2-Clause"
3535
name = "cmeel"
3636
readme = "README.md"
3737
requires-python = ">=3.8"
38-
version = "0.55.0"
38+
version = "0.56.0"
3939

4040
[project.optional-dependencies]
4141
build = [

0 commit comments

Comments
 (0)