Skip to content

Commit

Permalink
update changelog for release v0.5.0 (#129)
Browse files Browse the repository at this point in the history
* update changelog for release v0.5.0
  • Loading branch information
philvarner authored Jan 8, 2025
1 parent 8f6511c commit 0a5d877
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ 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).


## [unreleased]
## [v0.5.0] - 2025-01-08

### Added

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

### Changed
Expand All @@ -27,6 +27,7 @@ none

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

### Fixed

Expand All @@ -36,7 +37,7 @@ none

none

## [0.4.0] - 2024-12-11
## [v0.4.0] - 2024-12-11

### Added

Expand Down Expand Up @@ -64,7 +65,7 @@ none
none


## [0.3.0] - 2024-12-6
## [v0.3.0] - 2024-12-6

### Added

Expand Down Expand Up @@ -138,7 +139,8 @@ Initial release
- Add links `opportunities` and `create-order` to Product
- Add link `create-order` to OpportunityCollection

[unreleased]: https://github.com/stapi-spec/stapi-fastapi/compare/v0.4.0...main
[unreleased]: https://github.com/stapi-spec/stapi-fastapi/compare/v0.5.0...main
[v0.4.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.5.0
[v0.4.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.4.0
[v0.3.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.3.0
[v0.2.0]: https://github.com/stapi-spec/stapi-fastapi/tree/v0.2.0
Expand Down

0 comments on commit 0a5d877

Please sign in to comment.