Skip to content

Commit caedc5c

Browse files
github-actions[bot]mladedav
authored andcommitted
chore: release v0.2.6
1 parent a8a0d62 commit caedc5c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.6](https://github.com/mladedav/json-subscriber/compare/json-subscriber-v0.2.5...json-subscriber-v0.2.6) - 2025-07-01
11+
12+
### Fixed
13+
14+
- enable needed opentelemetry feature
15+
- correctly turn on optional opentelemetry dependencies
16+
1017
## [0.2.5](https://github.com/mladedav/json-subscriber/compare/json-subscriber-v0.2.4...json-subscriber-v0.2.5) - 2025-06-02
1118

1219
### Added

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,7 +1,7 @@
11
[package]
22
name = "json-subscriber"
33
description = "Customizable layer and subscriber for `tracing` that emits logs in JSON"
4-
version = "0.2.5"
4+
version = "0.2.6"
55
edition = "2021"
66
rust-version = "1.75"
77
homepage = "https://github.com/mladedav/json-subscriber"

0 commit comments

Comments
 (0)