Skip to content

Commit 993a60b

Browse files
authored
chore: prepare tokio-macros v1.8.2 (#5246)
1 parent 5d25ec4 commit 993a60b

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

tokio-macros/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
# 1.8.2 (November 30th, 2022)
2+
3+
- fix a regression introduced in 1.8.1 ([#5244])
4+
5+
[#5244]: https://github.com/tokio-rs/tokio/pull/5244
6+
17
# 1.8.1 (November 29th, 2022)
28

3-
- macros: Pin Futures in #[tokio::test] to stack ([#5205])
9+
(yanked)
10+
11+
- macros: Pin Futures in `#[tokio::test]` to stack ([#5205])
412
- macros: Reduce usage of last statement spans in proc-macros ([#5092])
5-
- macros: Improve the documentation for #[tokio::test] ([#4761])
13+
- macros: Improve the documentation for `#[tokio::test]` ([#4761])
614

715
[#5205]: https://github.com/tokio-rs/tokio/pull/5205
816
[#5092]: https://github.com/tokio-rs/tokio/pull/5092

tokio-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "tokio-macros"
33
# When releasing to crates.io:
44
# - Remove path dependencies
55
# - Update CHANGELOG.md.
6-
# - Create "tokio-macros-1.0.x" git tag.
7-
version = "1.8.1"
6+
# - Create "tokio-macros-1.x.y" git tag.
7+
version = "1.8.2"
88
edition = "2018"
99
rust-version = "1.49"
1010
authors = ["Tokio Contributors <team@tokio.rs>"]

tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "tokio"
55
# - Update doc url
66
# - README.md
77
# - Update CHANGELOG.md.
8-
# - Create "v1.0.x" git tag.
8+
# - Create "v1.x.y" git tag.
99
version = "1.22.0"
1010
edition = "2018"
1111
rust-version = "1.49"

0 commit comments

Comments
 (0)