Skip to content

Commit

Permalink
Merge pull request #47 from github/jorendorff/release-0.7
Browse files Browse the repository at this point in the history
Release metrics-exporter-statsd 0.7
  • Loading branch information
jorendorff authored Jan 12, 2024
2 parents 74341de + 74d2cf9 commit 872f83d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [v0.7.0](https://github.com/github/metrics-exporter-statsd/tree/0.7.0) - 2024-01-12

* Upgrade metrics-rs to 0.22. This is a major breaking change in `metrics`.
* Add [custom sinks](https://github.com/github/metrics-exporter-statsd/pull/23).
* [Don't panic](https://github.com/github/metrics-exporter-statsd/pull/46) when
the application uses a `metrics` operation that is not supported by `statsd`.

## [v0.6.0](https://github.com/github/metrics-exporter-statsd/tree/0.6.0) - 2023-04-25

This release mostly contains version upgrades for the following crates:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metrics-exporter-statsd"
version = "0.6.0"
version = "0.7.0"
authors = ["Manish Bellani <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 872f83d

Please sign in to comment.