diff --git a/stapi-pydantic/CHANGELOG.md b/stapi-pydantic/CHANGELOG.md index 9621f6b..c8fc658 100644 --- a/stapi-pydantic/CHANGELOG.md +++ b/stapi-pydantic/CHANGELOG.md @@ -1,10 +1,12 @@ + + # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.0.3] - 2025-04-24 ### Added @@ -26,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), Initial release. -[unreleased]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.2...main + +[0.0.3]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.2...stapi-pydantic%2Fv0.0.3 [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 8c4f1e8..9a153a5 100644 --- a/stapi-pydantic/pyproject.toml +++ b/stapi-pydantic/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "stapi-pydantic" -version = "0.0.2" +version = "0.0.3" description = "Pydantic models for Satellite Tasking API (STAPI) Specification" readme = "README.md" authors = [ - { name = "Phil Varner", email = "phil@philvarner.com" }, + { name = "Phil Varner", email = "philvarner@gmail.com" }, { name = "Pete Gadomski", email = "pete.gadomski@gmail.com" }, ] requires-python = ">=3.11"