Skip to content

Commit

Permalink
Prepare release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarral committed Jun 3, 2024
1 parent e657af1 commit efd0a96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# [Unreleased]
# 0.2.1 (2024-06-03)

* Add `unexpected_cfgs` flag in `Cargo.toml` and accordingly decrease MSRV to
1.64 (???).
1.64 ([#2]).

[#2]: https://github.com/asynchronics/async-event/pull/2

# 0.2.0 (2024-05-15)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "async-event"
# - Update CHANGELOG.md
# - Update if necessary copyright notice in LICENSE-MIT
# - Create a "vX.Y.Z" git tag
version = "0.2.0"
version = "0.2.1"
authors = ["Serge Barral <[email protected]>"]
edition = "2021"
rust-version = "1.64"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
async-event = "0.2.0"
async-event = "0.2.1"
```

## Differences with `event_listener`
Expand Down

0 comments on commit efd0a96

Please sign in to comment.