diff --git a/stapi-pydantic/CHANGELOG.md b/stapi-pydantic/CHANGELOG.md index 7cf266a..78bddee 100644 --- a/stapi-pydantic/CHANGELOG.md +++ b/stapi-pydantic/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## [0.0.2] - 2025-04-02 + ### Changed - Added more top-level imports, removed conformance urls ([#51](https://github.com/stapi-spec/pystapi/pull/51)) @@ -14,4 +16,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), Initial release. -[0.0.1]: https://github.com/stapi-spec/pystapi/releases/tag/v0.0.1 +[unreleased]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.2...main +[0.0.2]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.1...stapi-pydantic%2Fv0.0.2 +[0.0.1]: https://github.com/stapi-spec/pystapi/releases/tag/stapi-pydantic%2Fv0.0.1 diff --git a/stapi-pydantic/pyproject.toml b/stapi-pydantic/pyproject.toml index 3563e49..4ecdc20 100644 --- a/stapi-pydantic/pyproject.toml +++ b/stapi-pydantic/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stapi-pydantic" -version = "0.0.1" +version = "0.0.2" description = "Pydantic models for Satellite Tasking API (STAPI) Specification" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 931b6dc..6994966 100644 --- a/uv.lock +++ b/uv.lock @@ -1770,7 +1770,7 @@ requires-dist = [ [[package]] name = "stapi-pydantic" -version = "0.0.1" +version = "0.0.2" source = { editable = "stapi-pydantic" } dependencies = [ { name = "cql2" },