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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff line change 11from 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
77class Conformance (BaseModel ):
You can’t perform that action at this time.
0 commit comments