Skip to content

Commit 8ad8f34

Browse files
committed
Release v0.57.3
1 parent 5207a30 commit 8ad8f34

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.57.3] - 2025-03-19
11+
1012
- Handle symlinks and hardlinks in sdist
1113

1214
## [v0.57.2] - 2025-03-19
@@ -453,6 +455,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
453455
- Initial minial working example
454456

455457
[Unreleased]: https://github.com/cmake-wheel/cmeel/compare/v0.4.2...main
458+
[v0.57.3]: https://github.com/cmake-wheel/cmeel/compare/v0.57.2...v0.57.3
456459
[v0.57.2]: https://github.com/cmake-wheel/cmeel/compare/v0.57.1...v0.57.2
457460
[v0.57.1]: https://github.com/cmake-wheel/cmeel/compare/v0.57.0...v0.57.1
458461
[v0.57.0]: https://github.com/cmake-wheel/cmeel/compare/v0.56.0...v0.57.0

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.57.2"
38+
version = "0.57.3"
3939

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

0 commit comments

Comments
 (0)