Skip to content

Commit b083b8a

Browse files
hawkwkaffarell
authored andcommitted
subscriber: prepare to release v0.3.4 (tokio-rs#1800)
# 0.3.4 (Dec 23, 2021) This release contains bugfixes for the `fmt` module, as well as documentation improvements. ### Fixed - **fmt**: Fixed `fmt` not emitting log lines when timestamp formatting fails ([tokio-rs#1689]) - **fmt**: Fixed double space before thread IDs with `Pretty` formatter ([tokio-rs#1778]) - Several documentation improvements ([tokio-rs#1608], [tokio-rs#1699], [tokio-rs#1701]) [tokio-rs#1689]: tokio-rs#1689 [tokio-rs#1778]: tokio-rs#1778 [tokio-rs#1608]: tokio-rs#1608 [tokio-rs#1699]: tokio-rs#1699 [tokio-rs#1701]: tokio-rs#1701 Thanks to new contributors @Swatinem and @rukai for contributing to this release!
1 parent b2fca0e commit b083b8a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

tracing-subscriber/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 0.3.4 (Dec 23, 2021)
2+
3+
This release contains bugfixes for the `fmt` module, as well as documentation
4+
improvements.
5+
6+
### Fixed
7+
8+
- **fmt**: Fixed `fmt` not emitting log lines when timestamp formatting fails
9+
([#1689])
10+
- **fmt**: Fixed double space before thread IDs with `Pretty` formatter
11+
([#1778])
12+
- Several documentation improvements ([#1608], [#1699], [#1701])
13+
14+
[#1689]: https://github.com/tokio-rs/tracing/pull/1689
15+
[#1778]: https://github.com/tokio-rs/tracing/pull/1778
16+
[#1608]: https://github.com/tokio-rs/tracing/pull/1608
17+
[#1699]: https://github.com/tokio-rs/tracing/pull/1699
18+
[#1701]: https://github.com/tokio-rs/tracing/pull/1701
19+
20+
Thanks to new contributors @Swatinem and @rukai for contributing to this
21+
release!
22+
123
# 0.3.3 (Nov 29, 2021)
224

325
This release fixes a pair of regressions in `tracing-subscriber`'s `fmt` module.

tracing-subscriber/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracing-subscriber"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors = [
55
"Eliza Weisman <[email protected]>",
66
"David Barsky <[email protected]>",

0 commit comments

Comments
 (0)