Skip to content

Commit

Permalink
release: python-v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Aug 29, 2024
1 parent 662b2b9 commit 89008a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.0.3] - 2024-08-29

### Added

- `migrate` ([#309](https://github.com/stac-utils/stac-rs/pull/309))
Expand All @@ -19,6 +21,7 @@ Non-functional release to fix releasing from Github actions.

Initial release.

[Unreleased]: https://github.com/stac-utils/stac-rs/compare/python-v0.0.2...main
[Unreleased]: https://github.com/stac-utils/stac-rs/compare/python-v0.0.3...main
[0.0.3]: https://github.com/stac-utils/stac-rs/compare/python-v0.0.2...python-v0.0.3
[0.0.2]: https://github.com/stac-utils/stac-rs/compare/python-v0.0.1...python-v0.0.2
[0.0.1]: https://github.com/stac-utils/stac-rs/releases/tag/python-v0.0.1
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Python bindings for stac-rs"
license = "MIT OR Apache-2.0"
repository = "https://github.com/stac-utils/stac-rs"
homepage = "https://github.com/stac-utils/stac-rs"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "stacrs"
description = "A small STAC library with Rust under the hood"
description = "A small, no-dependency STAC library with Rust under the hood"
readme = "README.md"
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
requires-python = ">=3.8"
Expand All @@ -23,7 +23,7 @@ keywords = ["stac", "geospatial"]
dynamic = ["version"]

[project.urls]
Repository = "https://github.com/stac-utils/stac-rs/tree/main/python"
Repository = "https://github.com/stac-utils/stac-rs"
Documentation = "https://stacrs.readthedocs.io/"
Issues = "https://github.com/stac-utils/stac-rs/issues"

Expand Down

0 comments on commit 89008a7

Please sign in to comment.