Skip to content

Commit 5edcee8

Browse files
github-actions[bot]mladedav
authored andcommitted
chore: release v0.2.7
1 parent 46b62d2 commit 5edcee8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.7](https://github.com/mladedav/json-subscriber/compare/json-subscriber-v0.2.7-alpha.1...json-subscriber-v0.2.7) - 2026-01-24
11+
12+
### Added
13+
14+
- support tracing-opentelemetry 0.32 ([#30](https://github.com/mladedav/json-subscriber/pull/30))
15+
1016
### Other
1117

12-
- use trusted publishing to crates.io
18+
- Extract opentelemetry ID retrieval code into a macro ([#27](https://github.com/mladedav/json-subscriber/pull/27))
1319

1420
## [0.2.6](https://github.com/mladedav/json-subscriber/compare/json-subscriber-v0.2.5...json-subscriber-v0.2.6) - 2025-07-01
1521

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.7-alpha.1"
4+
version = "0.2.7"
55
edition = "2021"
66
rust-version = "1.75"
77
homepage = "https://github.com/mladedav/json-subscriber"

0 commit comments

Comments
 (0)