diff --git a/CHANGELOG.md b/CHANGELOG.md index af656a9..e058f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.5.3] - 2025-02-07 + ### Changed - Use only abi3 wheels ([#36](https://github.com/gadomski/stacrs/pull/36)) +> [!WARNING] +> All versions older than v0.5.3 were deleted from PyPI, but some tags still exist on this repo. +> See for more. + ## [0.5.2] - 2025-02-07 ### Changed @@ -119,7 +125,8 @@ Non-functional release to fix releasing from Github actions. Initial release. -[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.2...main +[Unreleased]: https://github.com/gadomski/stacrs/compare/v0.5.3...main +[0.5.3]: https://github.com/gadomski/stacrs/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/gadomski/stacrs/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/gadomski/stacrs/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/gadomski/stacrs/compare/v0.4.0...v0.5.0 diff --git a/Cargo.lock b/Cargo.lock index ff19bfe..a86a83b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3185,7 +3185,7 @@ dependencies = [ [[package]] name = "stacrs" -version = "0.5.2" +version = "0.5.3" dependencies = [ "duckdb", "geojson", diff --git a/Cargo.toml b/Cargo.toml index 1d0af30..86e018b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacrs" -version = "0.5.2" +version = "0.5.3" edition = "2021" publish = false