We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b1184 commit 03cfa5cCopy full SHA for 03cfa5c
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+## 0.1.1
2
+
3
+### Various fixes & improvements
4
5
+- fix: Run CI on release (#46) by @untitaker
6
+- fix: Remove setup.py (#45) by @untitaker
7
+- fix: Add empty changelog file (#44) by @untitaker
8
+- ref: Release workflow (#43) by @untitaker
9
Cargo.toml
@@ -3,7 +3,7 @@ name = "statsdproxy"
authors = ["Sentry <oss@sentry.io>"]
description = "A proxy for transforming, pre-aggregating and routing statsd metrics"
repository = "https://github.com/getsentry/statsdproxy"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
license = "Apache-2.0"
0 commit comments