Skip to content

Commit b4a45e0

Browse files
authored
stapi-pydantic release prep 0.0.3 (#105)
## What I'm changing - update version to 0.0.3 for a release in pyproject.toml and changelog - motivation for this is being able to fix: - #104 ## How I did it n/a ## Checklist - [X] Tests pass: `uv run pytest` - [X] Checks pass: `uv run pre-commit run --all-files` - [X] CHANGELOG is updated (if necessary)
1 parent 70ee999 commit b4a45e0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

stapi-pydantic/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
<!-- markdownlint-disable MD024 -->
2+
13
# Changelog
24

35
All notable changes to this project will be documented in this file.
46

57
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).
68

7-
## [Unreleased]
9+
## [0.0.3] - 2025-04-24
810

911
### Added
1012

@@ -26,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
2628

2729
Initial release.
2830

29-
[unreleased]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.2...main
31+
<!-- [unreleased]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.2...main -->
32+
[0.0.3]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.2...stapi-pydantic%2Fv0.0.3
3033
[0.0.2]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.1...stapi-pydantic%2Fv0.0.2
3134
[0.0.1]: https://github.com/stapi-spec/pystapi/releases/tag/stapi-pydantic%2Fv0.0.1

stapi-pydantic/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "stapi-pydantic"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "Pydantic models for Satellite Tasking API (STAPI) Specification"
55
readme = "README.md"
66
authors = [
7-
{ name = "Phil Varner", email = "phil@philvarner.com" },
7+
{ name = "Phil Varner", email = "philvarner@gmail.com" },
88
{ name = "Pete Gadomski", email = "[email protected]" },
99
]
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)