From dae6df3d8799f306ff02c9459c96d14f824079d3 Mon Sep 17 00:00:00 2001 From: Phil Varner Date: Thu, 24 Apr 2025 13:14:06 -0400 Subject: [PATCH 1/2] stapi-pydantic release prep 0.0.3 --- stapi-pydantic/CHANGELOG.md | 6 ++++-- stapi-pydantic/pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/stapi-pydantic/CHANGELOG.md b/stapi-pydantic/CHANGELOG.md index 9621f6b..0c1c691 100644 --- a/stapi-pydantic/CHANGELOG.md +++ b/stapi-pydantic/CHANGELOG.md @@ -1,10 +1,11 @@ + # 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 +27,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" From 39a08f7eb6c65500e6b0ba784a626517b34ef60b Mon Sep 17 00:00:00 2001 From: Phil Varner Date: Thu, 24 Apr 2025 13:20:03 -0400 Subject: [PATCH 2/2] changelog --- stapi-pydantic/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stapi-pydantic/CHANGELOG.md b/stapi-pydantic/CHANGELOG.md index 0c1c691..c8fc658 100644 --- a/stapi-pydantic/CHANGELOG.md +++ b/stapi-pydantic/CHANGELOG.md @@ -1,4 +1,5 @@ + # Changelog All notable changes to this project will be documented in this file.