Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Sep 11, 2024
1 parent 08fbebb commit b0902b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

-

[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.0-rc.1...HEAD)
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.0...HEAD)

## [v0.2.0-rc.1](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.0-rc.1) (2024-08-12)
## [v0.2.0](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.2.0) (2024-09-11)

This release refactors the code used for communication with the bootloader, reducing the number of dependencies.

Expand All @@ -20,7 +20,7 @@ This release refactors the code used for communication with the bootloader, redu
- Vendor `spsdk` dependency to reduce the total number of dependencies
- Replace `libusbsio` dependency with `hidapi`

[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.1.0...v0.2.0-rc.1)
[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.1.0...v0.2.0)

## [v0.1.0](https://github.com/Nitrokey/nitrokey-sdk-py/releases/tag/v0.1.0) (2024-07-29)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "nitrokey"
version = "0.2.0-rc.1"
version = "0.2.0"
description = "Nitrokey Python SDK"
authors = ["Nitrokey <pypi@nitrokey.com>"]
license = "Apache-2.0 or MIT"
Expand Down

0 comments on commit b0902b3

Please sign in to comment.