Skip to content

Commit c8a5e01

Browse files
authored
release: v0.0.2 (#25)
1 parent 3fe12e8 commit c8a5e01

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.0.2] - 2025-04-29
10+
11+
Second early-stage release in preparation for the [Cloud-Native Geospatial Conference](https://conference.cloudnativegeo.org/CNGConference2025).
12+
913
## [0.0.1] - 2025-03-11
1014

1115
Initial release.
1216

13-
[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.0.1...HEAD
17+
[unreleased]: https://github.com/gadomski/antimeridian/compare/v0.0.2...HEAD
18+
[0.0.2]: https://github.com/gadomski/antimeridian/compare/v0.0.1...v0.0.2
1419
[0.0.1]: https://github.com/gadomski/antimeridian/releases/tag/v0.0.1
1520

1621
<!-- markdownlint-disable-file MD024 -->

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stac-fastapi-geoparquet"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "A stac-fastapi implementation with a stac-geoparquet backend"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -11,7 +11,7 @@ dependencies = [
1111
"obstore>=0.6.0",
1212
"pydantic>=2.10.4",
1313
"pystac>=1.13.0",
14-
"rustac==0.7.0b6",
14+
"rustac>=0.7.0",
1515
"stac-fastapi-api>=5.0.2",
1616
"stac-fastapi-extensions>=5.0.2",
1717
"stac-fastapi-types>=5.0.2",

uv.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)