Skip to content

Commit a0a74bf

Browse files
committed
Release 0.9.0
1 parent 6ec2119 commit a0a74bf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [v0.9.0](https://github.com/github/metrics-exporter-statsd/tree/0.9.0) - 2024-10-21
2+
3+
Version bumps for the following dependencies
4+
5+
- [cadence 1.5.0](https://github.com/github/metrics-exporter-statsd/pull/67)
6+
- [thiserror 1.0.64](https://github.com/github/metrics-exporter-statsd/pull/66)
7+
- [metrics-rs 0.24.0](https://github.com/github/metrics-exporter-statsd/pull/70)
8+
19
## [v0.8.0](https://github.com/github/metrics-exporter-statsd/tree/0.7.0) - 2024-05-30
210

311
* metrics-rs [0.23]((https://github.com/github/metrics-exporter-statsd/pull/60)). This is a breaking change requiring MSRVV bump to 1.70.0 (from 1.65.0). Thanks @ijc for the PR.

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 = "metrics-exporter-statsd"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Manish Bellani <mbellani@github.com>"]
55
edition = "2021"
66
license = "MIT"

0 commit comments

Comments
 (0)