Skip to content

Commit

Permalink
subscriber: prepare to release 0.2.22 (tokio-rs#1559)
Browse files Browse the repository at this point in the history
# 0.2.22 (September 13, 2021)

This fixes a regression where the `filter::ParseError` type was
accidentally renamed.

### Fixed

- **filter**: Fix `filter::ParseError` accidentally being renamed to
  `filter::DirectiveParseError` ([tokio-rs#1558])

[tokio-rs#1558]: tokio-rs#1558
  • Loading branch information
hawkw authored and kaffarell committed May 22, 2024
1 parent d18eaf2 commit 4ec3430
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tracing-subscriber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.2.22 (September 13, 2021)

This fixes a regression where the `filter::ParseError` type was accidentally
renamed.

### Fixed

- **filter**: Fix `filter::ParseError` accidentally being renamed to
`filter::DirectiveParseError` ([#1558])

[#1558]: https://github.com/tokio-rs/tracing/pull/1558

# 0.2.21 (September 12, 2021)

This release introduces the [`Filter`] trait, a new API for [per-layer
Expand Down

0 comments on commit 4ec3430

Please sign in to comment.