Skip to content

Commit 31f6387

Browse files
committed
Release 0.3.7
1 parent c6087a5 commit 31f6387

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.7] - 2026-01-30
1213
### Fixed
1314
- [PR#21](https://github.com/EmbarkStudios/tracing-logfmt/pull/21) resolved [#20](https://github.com/EmbarkStudios/tracing-logfmt/issues/20) by returning 0 on unsupported platforms.
1415

@@ -65,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6566
- Initial implementation of a logfmt formatter for tracing-subscriber
6667

6768
<!-- next-url -->
68-
[Unreleased]: https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.6...HEAD
69+
[Unreleased]: https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.7...HEAD
70+
[0.3.7]: https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.6...0.3.7
6971
[0.3.6]: https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.5...0.3.6
7072
[0.3.5]: https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.4...0.3.5
7173
[0.3.4]: https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.3...0.3.4

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

0 commit comments

Comments
 (0)