Skip to content

Commit

Permalink
v0.12.4
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Jan 15, 2024
1 parent 7789de0 commit cd9c3f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Unreleased

## 0.12.4 -- 2024-01-15

#### Additions

- `calloop` is now supported for Windows. (#168)
- Add the `signals` feature to `docs.rs`. (#166)

#### Bugfixes

- Fix a borrow error that can occur while using the executor. (#165)

## 0.12.3 -- 2023-10-10

#### Additions
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.3"
version = "0.12.4"
authors = ["Elinor Berger <[email protected]>"]
documentation = "https://docs.rs/calloop/"
repository = "https://github.com/Smithay/calloop"
Expand Down

0 comments on commit cd9c3f3

Please sign in to comment.