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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.57.3] - 2025-03-19
11
+
10
12
- Handle symlinks and hardlinks in sdist
11
13
12
14
## [ v0.57.2] - 2025-03-19
@@ -453,6 +455,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
453
455
- Initial minial working example
454
456
455
457
[ 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
456
459
[ v0.57.2 ] : https://github.com/cmake-wheel/cmeel/compare/v0.57.1...v0.57.2
457
460
[ v0.57.1 ] : https://github.com/cmake-wheel/cmeel/compare/v0.57.0...v0.57.1
458
461
[ v0.57.0 ] : https://github.com/cmake-wheel/cmeel/compare/v0.56.0...v0.57.0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ license = "BSD-2-Clause"
35
35
name = " cmeel"
36
36
readme = " README.md"
37
37
requires-python = " >=3.8"
38
- version = " 0.57.2 "
38
+ version = " 0.57.3 "
39
39
40
40
[project .optional-dependencies ]
41
41
build = [
You can’t perform that action at this time.
0 commit comments