File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ license = "BSD-2-Clause"
3535name = " cmeel"
3636readme = " README.md"
3737requires-python = " >=3.8"
38- version = " 0.55 .0"
38+ version = " 0.56 .0"
3939
4040[project .optional-dependencies ]
4141build = [
You can’t perform that action at this time.
0 commit comments