Skip to content

Commit c4b2a56

Browse files
authored
chore: prepare tracing-core 0.1.32 (#2754)
# 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)
1 parent 2502f19 commit c4b2a56

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

tracing-core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# 0.1.32 (October 13, 2023)
2+
3+
### Documented
4+
5+
- Fix typo in `field` docs ([#2611])
6+
- Remove duplicate wording ([#2674])
7+
8+
### Changed
9+
10+
- Allow `ValueSet`s of any length ([#2508])
11+
12+
[#2611]: https://github.com/tokio-rs/tracing/pull/2611
13+
[#2674]: https://github.com/tokio-rs/tracing/pull/2674
14+
[#2508]: https://github.com/tokio-rs/tracing/pull/2508
15+
116
# 0.1.31 (May 11, 2023)
217

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

tracing-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "tracing-core"
88
# - README.md
99
# - Update CHANGELOG.md.
1010
# - Create "v0.1.x" git tag.
11-
version = "0.1.31"
11+
version = "0.1.32"
1212
authors = ["Tokio Contributors <[email protected]>"]
1313
license = "MIT"
1414
readme = "README.md"

0 commit comments

Comments
 (0)