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

Release v1.0.3 #1843

Merged
merged 7 commits into from
Nov 29, 2024
Merged

Release v1.0.3 #1843

merged 7 commits into from
Nov 29, 2024

Conversation

Thomasdezeeuw
Copy link
Collaborator

No description provided.

@Thomasdezeeuw
Copy link
Collaborator Author

/cc @stlankes

The old target is removed from newest rustc versions.
Rust's standard library currently doesn't build.
Lifetimes can serve as helpful documentation.
Comment on lines +3 to +9
* Implement more I/O safety traits
(https://github.com/tokio-rs/mio/pull/1831).
* Remove hermit-abi dependency, now using libc
(https://github.com/tokio-rs/mio/pull/1830).
* Use `poll(2)` implementation on AIX, removing the need for using
`mio_unsupported_force_poll_poll`
(https://github.com/tokio-rs/mio/pull/1833).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Up to you, but I'd have made a minor release rather than a patch release for this.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe, I don't really care about minor vs. patch, as long as it's not breaking :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I make almost everything a minor release since it gives me space to do backports. With patch releases, there's no version number between two releases.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair. For Mio we don't have that many changes so I haven't needed it yet.

@Thomasdezeeuw
Copy link
Collaborator Author

I didn't change any code and somehow Clippy found more warnings after I disabled a lint.

@Darksonn
Copy link
Contributor

That's probably due to the 1.83 release.

@Thomasdezeeuw Thomasdezeeuw merged commit f45f492 into master Nov 29, 2024
58 checks passed
@Thomasdezeeuw Thomasdezeeuw deleted the release-v1.0.3 branch November 29, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants