Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull committed Mar 1, 2024
1 parent 7c8fa40 commit 72ab703
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Unreleased

## 0.13.0 -- 2024-02-25

#### Breaking changes

- Bump `nix` to `v0.28`. As `nix` is exposed in the public API, this is a
breaking change. (#176)

#### Bugfixes

- Fix a panic that would occur when a task is scheduled in an event callback.
(#172)

## 0.12.4 -- 2024-01-15

#### 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.4"
version = "0.13.0"
authors = ["Elinor Berger <elinor@safaradeg.net>"]
documentation = "https://docs.rs/calloop/"
repository = "https://github.com/Smithay/calloop"
Expand Down

0 comments on commit 72ab703

Please sign in to comment.