Skip to content

Commit

Permalink
release(0.7.3): crates.io release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirevo committed Mar 19, 2024
1 parent dcc347d commit df55ab6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added `Error::InvalidRsaPrivateKeyFormat` variant.

### Changed

### Fixed

- Fixed panic due to unexpected RSA private key format (eg. during login ceremony).

### Removed

[0.7.3] - 2024-03-19
--------------------

### Added

- Added `Error::InvalidRsaPrivateKeyFormat` variant.

### Fixed

- Fixed panic due to unexpected RSA private key format (eg. during login ceremony).

[0.7.2] - 2024-03-12
--------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mega"
version = "0.7.2"
version = "0.7.3"
edition = "2021"
authors = ["Nicolas Polomack <[email protected]>"]
description = "An API client library for interacting with MEGA"
Expand Down

0 comments on commit df55ab6

Please sign in to comment.