File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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
318This release of ` tracing-core ` fixes a bug that caused threads which call
Original file line number Diff line number Diff 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 "
1212authors = [
" Tokio Contributors <[email protected] >" ]
1313license = " MIT"
1414readme = " README.md"
You can’t perform that action at this time.
0 commit comments