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 db4aba2 commit c63d62dCopy full SHA for c63d62d
.changelog/v0.6.0.toml
@@ -0,0 +1,15 @@
1
+[[breaking]]
2
+title = ""
3
+description = ""
4
+
5
+[[features]]
6
7
8
9
+[[bugs]]
10
11
12
13
+[[enhancements]]
14
15
VERSION
@@ -1 +1 @@
-v0.5.0
+v0.6.0
oxide/version.go
@@ -4,4 +4,4 @@ package oxide
// dynamically populate the user agent for the Client. It is purposefully
// unexported to prevent external users from reading it. This must be changed
// along with the VERSION file in the root of this repository.
-const version = "v0.5.0"
+const version = "v0.6.0"
0 commit comments