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 7f3562c commit 4f5fed9Copy full SHA for 4f5fed9
.circleci/config.yml
@@ -2,7 +2,7 @@
2
version: 2.1
3
4
orbs:
5
- prometheus: prometheus/prometheus@0.16.0
+ prometheus: prometheus/prometheus@0.17.1
6
codecov: codecov/[email protected]
7
8
executors:
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.9.0 / 2023-05-06
+
+### Changes
+* [CHANGE] Trim exec path in middle (#22)
+* [ENHANCEMENT] Update to Go 1.20 and update Go module dependencies (#23)
## 0.8.1 / 2022-11-15
9
10
### Changes
VERSION
@@ -1 +1 @@
-0.8.1
+0.9.0
0 commit comments