Skip to content

Commit

Permalink
core: fix wrong release numbers in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Mar 9, 2022
1 parent c6acb12 commit 05d56ec
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions tracing-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Changed

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

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

# 0.1.19 (April 30, 2021)
# 0.1.18 (April 30, 2021)

### Added

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

# 0.1.7 (October 18, 2019)

### Added

- Added `dispatcher::set_default` API which returns a drop guard (#388)

### Fixed

- Added missing `Value` impl for `u8` (#392)
- Broken links in docs.

# 0.1.6 (September 12, 2019)

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

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

# 0.1.6 (August 16, 2019)
# 0.1.5 (August 16, 2019)

### Added

Expand Down

0 comments on commit 05d56ec

Please sign in to comment.