Skip to content

Commit

Permalink
Merge pull request #8 from Nitrokey/release-013
Browse files Browse the repository at this point in the history
Prepare release 0.1.3
  • Loading branch information
sosthene-nitrokey authored Apr 11, 2024
2 parents 10ec252 + c85b3c7 commit b4e373b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,29 @@ SPDX-License-Identifier: CC0-1.0

# Changelog

## [v0.1.2][] (2023-12-14 )
## [v0.1.3][] (2023-04-11)

### Added

- Added `create_and_set_curve_params` to aid the compiler optimize-out curve constants ([#5][])
- Fix rustdoc warnings ([#6][])
- Fix README example ([#7][])

### Fixed

- Removed unneeded `impl` block in codegen ([#4][])
- Fix lints ([#3][])
- Removed unused byteorder dependency ([#3][])
- Use latest serde-bytes rather than serde-byte-array ([#3][])

[#7]: https://github.com/Nitrokey/se07x/pull/7
[#6]: https://github.com/Nitrokey/se06x/pull/6
[#5]: https://github.com/Nitrokey/se05x/pull/5
[#4]: https://github.com/Nitrokey/se04x/pull/4
[#3]: https://github.com/Nitrokey/se03x/pull/3
[v0.1.3]: https://github.com/Nitrokey/se05x/releases/tag/v0.1.3

## [v0.1.2][] (2023-12-14)

### Changed

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 = "se05x"
version = "0.1.2"
version = "0.1.3"
authors = ["Nitrokey GmbH <[email protected]>"]

edition = "2021"
Expand Down

0 comments on commit b4e373b

Please sign in to comment.