Skip to content

Commit 9afccdc

Browse files
authored
release: stapi-pydantic v0.0.4 (#118)
Requesting two reviews JIC. Following instructions in https://github.com/stapi-spec/pystapi/blob/322138265c1957b9872573d1235c6a42c0603084/RELEASING.md.
1 parent 3221382 commit 9afccdc

File tree

3 files changed

+1173
-1166
lines changed

3 files changed

+1173
-1166
lines changed

stapi-pydantic/CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [0.0.4] - 2025-07-17
12+
1113
### Added
1214

1315
- `OrderStatus.new` ([#116](https://github.com/stapi-spec/pystapi/pull/116))
1416

17+
### Fixed
18+
19+
- json-schema for `datetime` ([#114](https://github.com/stapi-spec/pystapi/pull/114))
20+
1521
## [0.0.3] - 2025-04-24
1622

1723
### Added
@@ -34,7 +40,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
3440

3541
Initial release.
3642

37-
[unreleased]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.3...main
43+
[unreleased]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.4...main
44+
[0.0.4]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.3...stapi-pydantic%2Fv0.0.4
3845
[0.0.3]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.2...stapi-pydantic%2Fv0.0.3
3946
[0.0.2]: https://github.com/stapi-spec/pystapi/compare/stac-pydantic/stapi-pydantic%2Fv0.0.1...stapi-pydantic%2Fv0.0.2
4047
[0.0.1]: https://github.com/stapi-spec/pystapi/releases/tag/stapi-pydantic%2Fv0.0.1

stapi-pydantic/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stapi-pydantic"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Pydantic models for Satellite Tasking API (STAPI) Specification"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)