Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Jun 4, 2024
1 parent 516c7fd commit 9558927
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@

## Unreleased

## 0.14.0 -- 2024-06-01

#### Breaking Changes

- Remove `nix` from the public API. This replaces `Signal` with a home-grown
`Signal` enum and `siginfo` with a structure that provides most of its fields.
`Signal` enum and `siginfo` with a structure that provides most of its fields. (#182)
- Replace `thiserror` usage with manual implementations. This may cause the API to be slightly different in some cases, but should mostly be identical. (#186)

#### Additions

- Improve the MSRV policy. Now, changes to the MSRV are no longer considered breaking changes, improving stability. (#189)

#### Bugfixes

- Bump `nix` to v0.29. (#188)

## 0.13.0 -- 2024-02-25

Expand Down Expand Up @@ -88,7 +99,7 @@
- **Breaking:** `Timer::current_deadline` returns `Option<Instant>`, so that it can return `None`
in the event of an overflow.
- **Breaking:** Use `AsFd` instead of `AsRawFd`/`RawFd`.

## 0.10.2 -- 2022-11-08

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

0 comments on commit 9558927

Please sign in to comment.