File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.60.0] - 2026-05-09
11+
1012- :warning : Refactored python API. No change to cli or pip APIs.
1113- added ` metadata ` cli command
1214- added [ PEP 794] ( https://peps.python.org/pep-0794/ ) support for ` import-name `
@@ -475,6 +477,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
475477- Initial minial working example
476478
477479[ Unreleased ] : https://github.com/cmake-wheel/cmeel/compare/v0.4.2...main
480+ [ v0.60.0 ] : https://github.com/cmake-wheel/cmeel/compare/v0.59.0...v0.60.0
478481[ v0.59.0 ] : https://github.com/cmake-wheel/cmeel/compare/v0.58.0...v0.59.0
479482[ v0.58.0 ] : https://github.com/cmake-wheel/cmeel/compare/v0.57.3...v0.58.0
480483[ v0.57.3 ] : https://github.com/cmake-wheel/cmeel/compare/v0.57.2...v0.57.3
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.9"
38- version = " 0.59 .0"
38+ version = " 0.60 .0"
3939
4040[project .optional-dependencies ]
4141build = [
You can’t perform that action at this time.
0 commit comments