File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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.5] - 2024-08-05
1213### Added
1314- Add support for disabling ansi color when the feature is enabled ([ #16 ] ( https://github.com/EmbarkStudios/tracing-logfmt/pull/16 ) )
1415
@@ -53,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5354- Initial implementation of a logfmt formatter for tracing-subscriber
5455
5556<!-- next-url -->
56- [ Unreleased ] : https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.4...HEAD
57+ [ Unreleased ] : https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.5...HEAD
58+ [ 0.3.5 ] : https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.4...0.3.5
5759[ 0.3.4 ] : https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.3...0.3.4
5860[ 0.3.3 ] : https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.2...0.3.3
5961[ 0.3.2 ] : https://github.com/EmbarkStudios/tracing-logfmt/compare/0.3.1...0.3.2
Original file line number Diff line number Diff line change 11[package ]
22name = " tracing-logfmt"
3- version = " 0.3.4 "
3+ version = " 0.3.5 "
44edition = " 2021"
55authors = [" Embark <opensource@embark-studios.com>" ]
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments