Skip to content

Commit 6cbaf5b

Browse files
committed
Release 0.3.5
1 parent b943a0d commit 6cbaf5b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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.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

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

0 commit comments

Comments
 (0)