Skip to content

Commit e8bb63b

Browse files
committed
Release 0.3.6
1 parent e9140f9 commit e8bb63b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
## [0.3.6] - 2026-01-28
1213
### Added
1314
- [PR#17](https://github.com/EmbarkStudios/tracing-logfmt/pull/17) added support for [span events](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/fmt/struct.Layer.html#method.with_span_events).
1415
- [PR#18](https://github.com/EmbarkStudios/tracing-logfmt/pull/18) added support for emitting thread names (if the thread was assigned one) and/or thread ids. Note that this current implementation emits the OS assigned thread id, not the [`std::thread::ThreadId`](https://doc.rust-lang.org/std/thread/struct.ThreadId.html), unlike eg. `tokio-tracing`.
@@ -61,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6162
- Initial implementation of a logfmt formatter for tracing-subscriber
6263

6364
<!-- next-url -->
64-
[Unreleased]: https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.5...HEAD
65+
[Unreleased]: https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.6...HEAD
66+
[0.3.6]: https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.5...0.3.6
6567
[0.3.5]: https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.4...0.3.5
6668
[0.3.4]: https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.3...0.3.4
6769
[0.3.3]: https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.2...0.3.3

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-logfmt"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
edition = "2021"
55
authors = ["Embark <opensource@embark-studios.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)