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
+
1
16
# 0.1.31 (May 11, 2023)
2
17
3
18
This 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"
8
8
# - README.md
9
9
# - Update CHANGELOG.md.
10
10
# - Create "v0.1.x" git tag.
11
- version = " 0.1.31 "
11
+ version = " 0.1.32 "
12
12
authors = [
" Tokio Contributors <[email protected] >" ]
13
13
license = " MIT"
14
14
readme = " README.md"
You can’t perform that action at this time.
0 commit comments