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

Commit 0a5d877

Browse files
authored
update changelog for release v0.5.0 (#129)
* update changelog for release v0.5.0
1 parent 8f6511c commit 0a5d877

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ 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

88

9-
## [unreleased]
9+
## [v0.5.0] - 2025-01-08
1010

1111
### Added
1212

1313
- Endpoint `/orders/{order_id}/statuses` supporting `GET` for retrieving statuses. The entity returned by this conforms
1414
to the change proposed in [stapi-spec#239](https://github.com/stapi-spec/stapi-spec/pull/239).
15-
- RootBackend has new methods `get_order_statuses` and `set_order_status`
15+
- RootBackend has new method `get_order_statuses`
1616
- `*args`/`**kwargs` support in RootRouter's `add_product` allows to configure underlyinging ProductRouter
1717

1818
### Changed
@@ -27,6 +27,7 @@ none
2727

2828
- Endpoint `/orders/{order_id}/statuses` supporting `POST` for updating current status was added and then
2929
removed prior to release
30+
- RootBackend method `set_order_status` was added and then removed
3031

3132
### Fixed
3233

@@ -36,7 +37,7 @@ none
3637

3738
none
3839

39-
## [0.4.0] - 2024-12-11
40+
## [v0.4.0] - 2024-12-11
4041

4142
### Added
4243

@@ -64,7 +65,7 @@ none
6465
none
6566

6667

67-
## [0.3.0] - 2024-12-6
68+
## [v0.3.0] - 2024-12-6
6869

6970
### Added
7071

@@ -138,7 +139,8 @@ Initial release
138139
- Add links `opportunities` and `create-order` to Product
139140
- Add link `create-order` to OpportunityCollection
140141

141-
[unreleased]: https://github.com/stapi-spec/stapi-fastapi/compare/v0.4.0...main
142+
[unreleased]: https://github.com/stapi-spec/stapi-fastapi/compare/v0.5.0...main
143+
[v0.4.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.5.0
142144
[v0.4.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.4.0
143145
[v0.3.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.3.0
144146
[v0.2.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.2.0

0 commit comments

Comments
 (0)