Skip to content

Commit

Permalink
chore: prepare tracing-core 0.1.32 (tokio-rs#2754)
Browse files Browse the repository at this point in the history
# 0.1.32 (October 13, 2023)

### Documented

- Fix typo in `field` docs (tokio-rs#2611)
- Remove duplicate wording (tokio-rs#2674)

### Changed

- Allow `ValueSet`s of any length (tokio-rs#2508)
  • Loading branch information
davidbarsky authored and kaffarell committed May 22, 2024
1 parent aa934b7 commit 0bf57d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tracing-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.1.32 (October 13, 2023)

### Documented

- Fix typo in `field` docs ([#2611])
- Remove duplicate wording ([#2674])

### Changed

- Allow `ValueSet`s of any length ([#2508])

[#2611]: https://github.com/tokio-rs/tracing/pull/2611
[#2674]: https://github.com/tokio-rs/tracing/pull/2674
[#2508]: https://github.com/tokio-rs/tracing/pull/2508

# 0.1.31 (May 11, 2023)

This release of `tracing-core` fixes a bug that caused threads which call
Expand Down

0 comments on commit 0bf57d3

Please sign in to comment.