This repository was archived by the owner on Apr 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ v0.2.0 ] - 2024-11-23
9
9
10
10
### Added
11
11
@@ -50,5 +50,6 @@ Initial release
50
50
- Add links ` opportunities ` and ` create-order ` to Product
51
51
- Add link ` create-order ` to OpportunityCollection
52
52
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
54
55
[ v0.1.0 ] : https://github.com/stapi-spec/stapi-fastapi/tree/v0.1.0
Original file line number Diff line number Diff line change 1
1
from pydantic import BaseModel , Field
2
2
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"
5
5
6
6
7
7
class Conformance (BaseModel ):
You can’t perform that action at this time.
0 commit comments