Skip to content

Commit 05d56ec

Browse files
committed
core: fix wrong release numbers in changelog
1 parent c6acb12 commit 05d56ec

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

tracing-core/CHANGELOG.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### Changed
44

5-
- Removed `#[inline]` attributes from some `Dispatch` methods whose callers are
6-
now inlined ([#1974])
5+
- Removed `#[inline]` attributes from some `Dispatch` methods whose
6+
callers are now inlined ([#1974])
77
- Bumped minimum supported Rust version (MSRV) to Rust 1.49.0 ([#1913])
88

99
[#1913]: https://github.com/tokio-rs/tracing/pull/1913
@@ -106,7 +106,7 @@ Thanks to @Folyd, @teozkr, and @dvdplm for contributing to this release!
106106
[#1435]: https://github.com/tokio-rs/tracing/pull/1435
107107
[#1446]: https://github.com/tokio-rs/tracing/pull/1446
108108

109-
# 0.1.19 (April 30, 2021)
109+
# 0.1.18 (April 30, 2021)
110110

111111
### Added
112112

@@ -268,17 +268,6 @@ Thanks to @oli-cosmian for contributing to this release!
268268
- Added missing `Value` impl for `u8` (#392)
269269
- Broken links in docs.
270270

271-
# 0.1.7 (October 18, 2019)
272-
273-
### Added
274-
275-
- Added `dispatcher::set_default` API which returns a drop guard (#388)
276-
277-
### Fixed
278-
279-
- Added missing `Value` impl for `u8` (#392)
280-
- Broken links in docs.
281-
282271
# 0.1.6 (September 12, 2019)
283272

284273
### Added
@@ -289,7 +278,7 @@ Thanks to @oli-cosmian for contributing to this release!
289278

290279
- Clarified wording in `field::display` documentation (#340)
291280

292-
# 0.1.6 (August 16, 2019)
281+
# 0.1.5 (August 16, 2019)
293282

294283
### Added
295284

0 commit comments

Comments
 (0)