Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr committed May 6, 2022
1 parent 53611b7 commit 0d3b13a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.10.0 -- 2022-05-06

- **Breaking:** Calloop's internal storage is now backed by a `slotmap`. As a result the
`RegistrationToken` is now `Copy+Clone`, and the low-level registration API of `Poll` is
altered in a breaking way. MSRV is bumped to 1.49.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calloop"
version = "0.9.1"
version = "0.10.0"
authors = ["Victor Berger <[email protected]>"]
documentation = "https://docs.rs/calloop/"
repository = "https://github.com/Smithay/calloop"
Expand Down

0 comments on commit 0d3b13a

Please sign in to comment.