Skip to content

Commit 817e0b9

Browse files
committed
Release v0.60.0
1 parent 3250849 commit 817e0b9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

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.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

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.9"
38-
version = "0.59.0"
38+
version = "0.60.0"
3939

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

0 commit comments

Comments
 (0)