Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Jan 18, 2025
1 parent da9e863 commit a48cbc7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to

<!-- ## [Unreleased] -->

## [0.11.2] - 2025-01-18

### Added

- `ErrorKind` now implements `PartialEq, Eq` (#23)

## [0.11.1] - 2025-01-16

### Added
Expand Down Expand Up @@ -218,8 +224,9 @@ Disabled `reqwest`'s default features and enabled `rustls-tls`.

Initial release.

[0.11.1]: https://crates.io/crates/resend-rs/0.10.0
[0.11.0]: https://crates.io/crates/resend-rs/0.10.0
[0.11.2]: https://crates.io/crates/resend-rs/0.11.2
[0.11.1]: https://crates.io/crates/resend-rs/0.11.1
[0.11.0]: https://crates.io/crates/resend-rs/0.11.0
[0.10.0]: https://crates.io/crates/resend-rs/0.10.0
[0.9.2]: https://crates.io/crates/resend-rs/0.9.2
[0.9.1]: https://crates.io/crates/resend-rs/0.9.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "resend-rs"
version = "0.11.1"
version = "0.11.2"
edition = "2021"

license = "MIT"
Expand Down

0 comments on commit a48cbc7

Please sign in to comment.