Skip to content

Commit 03cfa5c

Browse files
committed
release: 0.1.1
1 parent 95b1184 commit 03cfa5c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "statsdproxy"
33
authors = ["Sentry <oss@sentry.io>"]
44
description = "A proxy for transforming, pre-aggregating and routing statsd metrics"
55
repository = "https://github.com/getsentry/statsdproxy"
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2021"
88
license = "Apache-2.0"
99

0 commit comments

Comments
 (0)