Skip to content

Commit

Permalink
chore: release 0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
ember-nexus-bot committed Oct 25, 2023
1 parent c40dcbe commit d4bc07a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.0.33 - 2023-10-25
### Added
- Add diverse unit tests.
- Add timeout to some GitHub Action jobs.
- Command examples are now automatically checked.
- More commands are documented.
- Add git and ssh to development Docker image.
- Add GET /me endpoint and associated documentation, examples and tests. Closes #142.
- Add GET /token endpoint (again), this time finished. Closes #72.
- Add GET /me endpoint and associated documentation, examples and tests. Closes [#142].
- Add GET /token endpoint (again), this time finished. Closes [#72].

### Changed
- Rename term "session" to "token", closes #145.
- Finalise documentation for the POST /token endpoint, closes #49.
- Implement changes from #161, closes it.
- Improve documentation, closes #162.
- Rename term "session" to "token", closes [#145].
- Finalise documentation for the POST /token endpoint, closes [#49].
- Implement changes from [#161], closes it.
- Improve documentation, closes [#162].
- Elements in endpoint get index are now sorted via the element's id.
- Relations in collection endpoints are sorted by their id as well.
- Upgrade upstream dependency NGINX Unit to 1.31.1.

### Fixed
- Property normalization is now standardized across endpoints, and uses events. Closes #166.
- Implement changes from #161.
- Fix id and link properties in parents, children and related endpoints are wrong, closes #164.
- Property normalization is now standardized across endpoints, and uses events. Closes [#166].
- Implement changes from [#161].
- Fix id and link properties in parents, children and related endpoints are wrong, closes [#164].

## 0.0.32 - 2023-09-30
### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "project",
"version": "0.0.32",
"version": "0.0.33",
"license": "GPL-3.0-only",
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit d4bc07a

Please sign in to comment.