Skip to content

Commit 59bc47f

Browse files
authored
chore: release v0.2.1
1 parent 34f830e commit 59bc47f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.1](https://github.com/sandhose/opentelemetry-prometheus-text-exporter/compare/v0.2.0...v0.2.1) - 2025-09-29
11+
12+
### Added
13+
14+
- Upgrade opentelemetry to 0.31.0
15+
16+
### Other
17+
18+
- apply suggestions from clippy
19+
- setup tests in CI
20+
- setup benchmark using CodSpeed
21+
- remove test for removed code
22+
1023
## [0.2.0](https://github.com/sandhose/opentelemetry-prometheus-text-exporter/compare/v0.1.0...v0.2.0) - 2025-08-16
1124

1225
### Other

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 = "opentelemetry-prometheus-text-exporter"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
authors = ["Quentin Gliech <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)