Skip to content

Commit

Permalink
chore: prepare tokio-macros 1.8.0 (#4742)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Jun 4, 2022
1 parent 14c77bc commit 3f8a690
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 9 additions & 1 deletion tokio-macros/CHANGELOG.md
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion tokio-macros/Cargo.toml
Expand Up @@ -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>"]
Expand Down
2 changes: 0 additions & 2 deletions tokio/CHANGELOG.md
Expand Up @@ -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])
Expand Down

0 comments on commit 3f8a690

Please sign in to comment.