Skip to content

Commit b1bd12d

Browse files
authored
release: v0.5.3 (#38)
1 parent 09646be commit b1bd12d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.5.3] - 2025-02-07
10+
911
### Changed
1012

1113
- Use only abi3 wheels ([#36](https://github.com/gadomski/stacrs/pull/36))
1214

15+
> [!WARNING]
16+
> All versions older than v0.5.3 were deleted from PyPI, but some tags still exist on this repo.
17+
> See <https://github.com/gadomski/stacrs/discussions/37> for more.
18+
1319
## [0.5.2] - 2025-02-07
1420

1521
### Changed
@@ -119,7 +125,8 @@ Non-functional release to fix releasing from Github actions.
119125

120126
Initial release.
121127

122-
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.2...main
128+
[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.3...main
129+
[0.5.3]: https://github.com/gadomski/stacrs/compare/v0.5.2...v0.5.3
123130
[0.5.2]: https://github.com/gadomski/stacrs/compare/v0.5.1...v0.5.2
124131
[0.5.1]: https://github.com/gadomski/stacrs/compare/v0.5.0...v0.5.1
125132
[0.5.0]: https://github.com/gadomski/stacrs/compare/v0.4.0...v0.5.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stacrs"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)