Skip to content

Commit

Permalink
Release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Oct 17, 2024
1 parent 7c72223 commit f12e134
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 2 deletions.
60 changes: 59 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,69 @@

## [Unreleased][]

-

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

## [v0.3.6][] (2024-10-17)

[v0.3.6]: https://github.com/Nitrokey/trussed-se050-backend/compare/v0.3.5...v0.3.6

- Add implementation of the `trussed-hpke` extension ([#36][])

[#36]: https://github.com/Nitrokey/trussed-se050-backend/pull/36

[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.3.0...HEAD
## [v0.3.5][] (2024-08-13)

[v0.3.5]: https://github.com/Nitrokey/trussed-se050-backend/compare/v0.3.4...v0.3.5

### Added

- Add support for more curves ([#33](https://github.com/Nitrokey/trussed-se050-backend/pull/33)):
- NIST P-384
- Brainpool P-256
- Brainpool P-384
- Brainpool P-512

### Changed

- Delete metadata for transient keys ([#34](https://github.com/Nitrokey/trussed-se050-backend/pull/34))

## [v0.3.4][] (2024-07-31)

[v0.3.4]: https://github.com/Nitrokey/trussed-se050-backend/compare/v0.3.3...v0.3.4

No changes.

## [v0.3.3][] (2024-06-21)

[v0.3.3]: https://github.com/Nitrokey/trussed-se050-backend/compare/v0.3.2...v0.3.3

### Changed

- Update `trussed-rsa-alloc` to v0.2.1 ([#32](https://github.com/Nitrokey/trussed-se050-backend/pull/32))

## [v0.3.2][] (2024-06-07)

[v0.3.2]: https://github.com/Nitrokey/trussed-se050-backend/compare/v0.3.1...v0.3.2

### Changed

- Improve inlining of se050 constants ([#20](https://github.com/Nitrokey/trussed-se050-backend/pull/20))
- Make configure method public ([#31](https://github.com/Nitrokey/trussed-se050-backend/pull/31))

### Fixed

- Fully delete application PINs on application factory-reset ([#30](https://github.com/Nitrokey/trussed-se050-backend/pull/30))

## [v0.3.1][] (2024-04-10)

[v0.3.1]: https://github.com/Nitrokey/trussed-se050-backend/compare/v0.3.0...v0.3.1

### Changed

- Remove top-level `dat` folder to reduce filesystem usage ([#16](https://github.com/Nitrokey/trussed-se050-backend/pull/16))
- Update `trussed-auth` to v0.3.0

## [v0.3.0][] (2024-03-15)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0 OR MIT"

[package]
name = "trussed-se050-backend"
version = "0.3.0"
version = "0.3.6"
authors.workspace = true
edition.workspace = true
repository.workspace = true
Expand Down

0 comments on commit f12e134

Please sign in to comment.