Skip to content

Commit 0f36066

Browse files
authored
release stapi-fastapi 0.7.1 with stapi-pydantic dependency (#107)
## What I'm changing - release stapi-fastapi 0.7.1 ## 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 2b8d42d commit 0f36066

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

stapi-fastapi/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [0.7.1] - 2025-04-25
88

99
### Fixed
1010

@@ -126,6 +126,7 @@ Initial release
126126
- Add links `opportunities` and `create-order` to Product
127127
- Add link `create-order` to OpportunityCollection
128128

129+
[0.7.1]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.7.1
129130
[0.7.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.7.0
130131
[0.6.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.6.0
131132
[0.5.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.5.0

stapi-fastapi/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-fastapi"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Sensor Tasking API (STAPI) with FastAPI"
55
authors = [
66
{ name = "Christian Wygoda", email = "[email protected]" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)