mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
chore: prepare tokio-macros 1.8.0 (#4742)
This commit is contained in:
parent
14c77bc434
commit
3f8a690c01
@ -1,6 +1,14 @@
|
||||
# 1.8.0 (June 4th, 2022)
|
||||
|
||||
- macros: always emit return statement ([#4636])
|
||||
- macros: support setting a custom crate name for `#[tokio::main]` and `#[tokio::test]` ([#4613])
|
||||
|
||||
[#4613]: https://github.com/tokio-rs/tokio/pull/4613
|
||||
[#4636]: https://github.com/tokio-rs/tokio/pull/4636
|
||||
|
||||
# 1.7.0 (December 15th, 2021)
|
||||
|
||||
- macros: address remainging clippy::semicolon_if_nothing_returned warning ([#4252])
|
||||
- macros: address remaining `clippy::semicolon_if_nothing_returned` warning ([#4252])
|
||||
|
||||
[#4252]: https://github.com/tokio-rs/tokio/pull/4252
|
||||
|
||||
|
@ -4,7 +4,7 @@ name = "tokio-macros"
|
||||
# - Remove path dependencies
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "tokio-macros-1.0.x" git tag.
|
||||
version = "1.7.0"
|
||||
version = "1.8.0"
|
||||
edition = "2018"
|
||||
rust-version = "1.49"
|
||||
authors = ["Tokio Contributors <team@tokio.rs>"]
|
||||
|
@ -79,8 +79,6 @@ task), as well as a number of bugfixes.
|
||||
|
||||
### Added
|
||||
|
||||
- macros: support setting a custom crate name for `#[tokio::main]` and
|
||||
`#[tokio::test]` ([#4613])
|
||||
- net: add `UdpSocket::peer_addr` ([#4611])
|
||||
- net: add `try_read_buf` method for named pipes ([#4626])
|
||||
- signal: add `SignalKind` `Hash`/`Eq` impls and `c_int` conversion ([#4540])
|
||||
|
Loading…
x
Reference in New Issue
Block a user