Skip to content

Commit

Permalink
Prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Apr 27, 2023
1 parent b8a098f commit a53cc89
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 @@ -7,9 +7,22 @@ SPDX-License-Identifier: CC0-1.0

## Unreleased

## [v1.0.0][] (2023-04-27)

- Add support for larger storage for certificates and private use data objects ([#150][])

### Changes

- Use stable serialization helpers instead of postcard directly.
- Use upstream Trussed ([#149][])
- Use stable serialization helpers instead of postcard directly ([#148][]).
- Add tests for RSA 3072 and make RSA feature-flags more granular ([#143][])

[#143]: https://github.com/Nitrokey/opcard-rs/pull/143
[#148]: https://github.com/Nitrokey/opcard-rs/pull/148
[#149]: https://github.com/Nitrokey/opcard-rs/pull/149
[#150]: https://github.com/Nitrokey/opcard-rs/pull/150

[v1.0.0]: https://github.com/Nitrokey/opcard-rs/releases/tag/v1.0.0

## [v0.4.0][] (2023-02-24)

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 = "opcard"
version = "0.1.0"
version = "1.0.0"
authors = ["Nitrokey GmbH <[email protected]>"]
edition = "2021"
description = "OpenPGP smart card implementation"
Expand Down

0 comments on commit a53cc89

Please sign in to comment.