Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 77a6aa6

Browse files
authored
pre-release prep for v0.2.0 (#112)
1 parent fe9124d commit 77a6aa6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v0.2.0] - 2024-11-23
99

1010
### Added
1111

@@ -50,5 +50,6 @@ Initial release
5050
- Add links `opportunities` and `create-order` to Product
5151
- Add link `create-order` to OpportunityCollection
5252

53-
[unreleased]: https://github.com/stapi-spec/stapi-fastapi/compare/v0.1.0...main
53+
[unreleased]: https://github.com/stapi-spec/stapi-fastapi/compare/v0.2.0...main
54+
[v0.2.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.2.0
5455
[v0.1.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.1.0

src/stapi_fastapi/models/conformance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pydantic import BaseModel, Field
22

3-
CORE = "https://stapi.example.com/v0.1.0/core"
4-
OPPORTUNITIES = "https://stapi.example.com/v0.1.0/opportunities"
3+
CORE = "https://stapi.example.com/v0.2.0/core"
4+
OPPORTUNITIES = "https://stapi.example.com/v0.2.0/opportunities"
55

66

77
class Conformance(BaseModel):

0 commit comments

Comments
 (0)