Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Mar 22, 2024
1 parent 4b8191f commit becc5a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][]

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

## [0.3.0][] - 2024-03-22

[0.3.0]: https://github.com/trussed-dev/trussed-auth/releases/tag/v0.3.0

### Breaking Changes

- Add `delete_app_keys` and `delete_auth_keys` syscalls. ([#33][])
Expand All @@ -20,9 +26,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `reset_auth_data` combines `delete_all_pins` and `delete_app_keys`

Applications (trussed-secrets) relying on the old `delete_all_pins` behaviour will need to be fixed.
- Update Trussed dependency ([#33][], [#35][], [#37][])

### Added

- Make more items public ([#36][])

[#33]: https://github.com/trussed-dev/trussed-auth/pull/33
[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.2.2...HEAD
[#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

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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "trussed-auth"
version = "0.2.2"
version = "0.3.0"
authors = ["Nitrokey GmbH <info@nitrokey.com>"]
edition = "2021"
repository = "https://github.com/trussed-dev/trussed-auth"
Expand Down

0 comments on commit becc5a3

Please sign in to comment.