Skip to content

Commit

Permalink
version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr committed Sep 19, 2023
1 parent 3f84ed6 commit 7c57ad6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## Unreleased

## 0.12.1 -- 2023-09-19

#### Bugfixes

- Fix `EventSource::before_handle_events()` being erroneously give an iterator over synthetic events instead of real events

## 0.12.0 -- 2023-09-11
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.12.0"
version = "0.12.1"
authors = ["Elinor Berger <[email protected]>"]
documentation = "https://docs.rs/calloop/"
repository = "https://github.com/Smithay/calloop"
Expand Down

0 comments on commit 7c57ad6

Please sign in to comment.