Skip to content

Commit 7a61717

Browse files
authored
Merge pull request #61 from github/mbellani/release-0.8
Release 0.8
2 parents 7b405d9 + a74fa08 commit 7a61717

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [v0.8.0](https://github.com/github/metrics-exporter-statsd/tree/0.7.0) - 2024-05-30
2+
3+
* 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.
4+
* cadence [1.4.0](https://github.com/github/metrics-exporter-statsd/pull/58)
5+
* thiserror [1.0.59](https://github.com/github/metrics-exporter-statsd/pull/25)
6+
17
## [v0.7.0](https://github.com/github/metrics-exporter-statsd/tree/0.7.0) - 2024-01-12
28

39
* Upgrade metrics-rs to 0.22. This is a major breaking change in `metrics`.

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

0 commit comments

Comments
 (0)