Skip to content

Commit

Permalink
Merge pull request #123 from Nitrokey/0-3-0
Browse files Browse the repository at this point in the history
Prepare release 0.3.0
  • Loading branch information
sosthene-nitrokey committed Feb 24, 2023
2 parents ae13648 + a0b78a9 commit 22ea95f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPDX-License-Identifier: CC0-1.0

# Changelog

## [Unreleased][]
## [v0.3.0][] (2023-24-02)

### Features

Expand All @@ -15,6 +15,7 @@ SPDX-License-Identifier: CC0-1.0
### Bugfixes

- Fix OpenSC compatibility ([#96][])
- Fix crash when attempting to sign large payloads with RSA ([nitrokey/trussed/#11][])

### Developement

Expand All @@ -30,7 +31,8 @@ SPDX-License-Identifier: CC0-1.0
[#107]: https://github.com/Nitrokey/opcard-rs/pull/107
[#108]: https://github.com/Nitrokey/opcard-rs/pull/108
[#109]: https://github.com/Nitrokey/opcard-rs/pull/109
[Unreleased]: https://github.com/Nitrokey/opcard-rs/compare/v0.2.0...main
[nitrokey/trussed/#11]: https://github.com/Nitrokey/trussed/pull/11
[v0.3.0]: https://github.com/Nitrokey/opcard-rs/releases/tag/v0.3.0

## [v0.2.0][] (2022-11-18)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ interchange = { git = "https://github.com/trussed-dev/interchange", rev = "fe563
littlefs2 = { git = "https://github.com/Nitrokey/littlefs2", tag = "v0.3.2-nitrokey-1" }
littlefs2-sys = { git = "https://github.com/Nitrokey/littlefs2-sys", tag = "v0.1.6-nitrokey-1" }
p256-cortex-m4 = { git = "https://github.com/Nitrokey/p256-cortex-m4", tag = "v0.1.0-alpha.6-nitrokey-1" }
trussed = { git = "https://github.com/Nitrokey/trussed" , tag = "v0.1.0-nitrokey-4" }
trussed = { git = "https://github.com/Nitrokey/trussed" , tag = "v0.1.0-nitrokey.6" }

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 22ea95f

Please sign in to comment.