We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a8b32 commit 38e6c01Copy full SHA for 38e6c01
3 files changed
.changelog/v0.1.0-beta4.toml
@@ -0,0 +1,15 @@
1
+[[bugs]]
2
+title = ""
3
+description = ""
4
+
5
+[[breaking]]
6
7
8
9
+[[features]]
10
11
12
13
+[[enhancements]]
14
15
VERSION
@@ -1 +1 @@
-v0.1.0-beta3
+v0.1.0-beta4
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.1.0-beta3"
+const version = "v0.1.0-beta4"
0 commit comments