1# 1.7.0 (December 15th, 2021)
2
3- macros: address remainging clippy::semicolon_if_nothing_returned warning ([#4252])
4
5[#4252]: https://github.com/tokio-rs/tokio/pull/4252
6
7# 1.6.0 (November 16th, 2021)
8
9- macros: fix mut patterns in `select!` macro ([#4211])
10
11[#4211]: https://github.com/tokio-rs/tokio/pull/4211
12
13# 1.5.1 (October 29th, 2021)
14
15- macros: fix type resolution error in `#[tokio::main]` ([#4176])
16
17[#4176]: https://github.com/tokio-rs/tokio/pull/4176
18
19# 1.5.0 (October 13th, 2021)
20
21- macros: make tokio-macros attributes more IDE friendly ([#4162])
22
23[#4162]: https://github.com/tokio-rs/tokio/pull/4162
24
25# 1.4.1 (September 30th, 2021)
26
27Reverted: run `current_thread` inside `LocalSet` ([#4027])
28
29# 1.4.0 (September 29th, 2021)
30
31(yanked)
32
33### Changed
34
35- macros: run `current_thread` inside `LocalSet` ([#4027])
36- macros: explicitly relaxed clippy lint for `.expect()` in runtime entry macro ([#4030])
37
38### Fixed
39
40- macros: fix invalid error messages in functions wrapped with `#[main]` or `#[test]` ([#4067])
41
42[#4027]: https://github.com/tokio-rs/tokio/pull/4027
43[#4030]: https://github.com/tokio-rs/tokio/pull/4030
44[#4067]: https://github.com/tokio-rs/tokio/pull/4067
45
46# 1.3.0 (July 7, 2021)
47
48- macros: don't trigger `clippy::unwrap_used` ([#3926])
49
50[#3926]: https://github.com/tokio-rs/tokio/pull/3926
51
52# 1.2.0 (May 14, 2021)
53
54- macros: forward input arguments in `#[tokio::test]` ([#3691])
55- macros: improve diagnostics on type mismatch ([#3766])
56- macros: various error message improvements ([#3677])
57
58[#3677]: https://github.com/tokio-rs/tokio/pull/3677
59[#3691]: https://github.com/tokio-rs/tokio/pull/3691
60[#3766]: https://github.com/tokio-rs/tokio/pull/3766
61
62# 1.1.0 (February 5, 2021)
63
64- add `start_paused` option to macros ([#3492])
65
66# 1.0.0 (December 23, 2020)
67
68- track `tokio` 1.0 release.
69
70# 0.3.1 (October 25, 2020)
71
72### Fixed
73
74- fix incorrect docs regarding `max_threads` option ([#3038])
75
76# 0.3.0 (October 15, 2020)
77
78- Track `tokio` 0.3 release.
79
80### Changed
81- options are renamed to track `tokio` runtime builder fn names.
82- `#[tokio::main]` macro requires `rt-multi-thread` when no `flavor` is specified.
83
84# 0.2.5 (February 27, 2019)
85
86### Fixed
87- doc improvements ([#2225]).
88
89# 0.2.4 (January 27, 2019)
90
91### Fixed
92- generics on `#[tokio::main]` function ([#2177]).
93
94### Added
95- support for `tokio::select!` ([#2152]).
96
97# 0.2.3 (January 7, 2019)
98
99### Fixed
100- Revert breaking change.
101
102# 0.2.2 (January 7, 2019)
103
104### Added
105- General refactoring and inclusion of additional runtime options ([#2022] and [#2038])
106
107# 0.2.1 (December 18, 2019)
108
109### Fixes
110- inherit visibility when wrapping async fn ([#1954]).
111
112# 0.2.0 (November 26, 2019)
113
114- Initial release
115
116[#1954]: https://github.com/tokio-rs/tokio/pull/1954
117[#2022]: https://github.com/tokio-rs/tokio/pull/2022
118[#2038]: https://github.com/tokio-rs/tokio/pull/2038
119[#2152]: https://github.com/tokio-rs/tokio/pull/2152
120[#2177]: https://github.com/tokio-rs/tokio/pull/2177
121[#2225]: https://github.com/tokio-rs/tokio/pull/2225
122[#3038]: https://github.com/tokio-rs/tokio/pull/3038
123[#3492]: https://github.com/tokio-rs/tokio/pull/3492
124