Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.13.0 #119

Merged
merged 3 commits into from
Mar 22, 2023
Merged

v1.13.0 #119

merged 3 commits into from
Mar 22, 2023

Conversation

notgull
Copy link
Member

@notgull notgull commented Mar 21, 2023

@taiki-e
Copy link
Collaborator

taiki-e commented Mar 21, 2023

I think this release should be 1.13.0 because it added a new API (will_fire).

@notgull
Copy link
Member Author

notgull commented Mar 21, 2023

I think this release should be 1.13.0 because it added a new API (will_fire).

Oh, you're right. Forgot semantic versioning for a second there. Fixed!

@notgull notgull changed the title v1.12.1 v1.13.0 Mar 21, 2023
@notgull notgull merged commit ce297f4 into master Mar 22, 2023
@notgull notgull deleted the notgull/next branch March 22, 2023 16:54
notgull added a commit that referenced this pull request Apr 28, 2023
- Use [`rustix`] instead of [`libc`]/[`windows-sys`] for system calls (#76)
- Add a `will_fire` method to `Timer` to test if it will ever fire (#106)
- Reduce syscalls in `Async::new` (#107)
- Improve the drop ergonomics of `Readable` and `Writable` (#109)
- Change the "`wepoll`" in documentation to "`IOCP`" (#116)

[`rustix`]: https://crates.io/crates/rustix/
[`libc`]: https://crates.io/crates/libc/
[`windows-sys`]: https://crates.io/crates/windows-sys/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants