Skip to content

Commit

Permalink
Fix changelog entry for trussed-dev#39
Browse files Browse the repository at this point in the history
The changelog entry for PR trussed-dev#39 ended up in the 0.3.0 section instead of
the section for unreleased changes.
  • Loading branch information
robin-nitrokey committed Apr 3, 2024
1 parent 0c03037 commit 4916324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased][]

- Use serde(rename) to save space on on the size of stored credentials ([#38][])
- Remove the `dat` intermediary directory in file storage ([#39][])

[#38]: https://github.com/trussed-dev/trussed-auth/pull/38
[#39]: https://github.com/trussed-dev/trussed-auth/pull/39

[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.3.0...HEAD

Expand All @@ -23,7 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Breaking Changes

- Remove the `dat` intermediary directory in file storage ([#39][])
- Add `delete_app_keys` and `delete_auth_keys` syscalls. ([#33][])

- `delete_all_pins` now doesn't affect application keys
Expand All @@ -41,7 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#35]: https://github.com/trussed-dev/trussed-auth/pull/35
[#36]: https://github.com/trussed-dev/trussed-auth/pull/36
[#37]: https://github.com/trussed-dev/trussed-auth/pull/37
[#39]: https://github.com/trussed-dev/trussed-auth/pull/39

## [0.2.2][] - 2023-04-26

Expand Down

0 comments on commit 4916324

Please sign in to comment.