Skip to content

Commit c63d62d

Browse files
authored
Bump SDK version to v0.6.0 (#297)
1 parent db4aba2 commit c63d62d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.changelog/v0.6.0.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[breaking]]
2+
title = ""
3+
description = ""
4+
5+
[[features]]
6+
title = ""
7+
description = ""
8+
9+
[[bugs]]
10+
title = ""
11+
description = ""
12+
13+
[[enhancements]]
14+
title = ""
15+
description = ""

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.5.0
1+
v0.6.0

oxide/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package oxide
44
// dynamically populate the user agent for the Client. It is purposefully
55
// unexported to prevent external users from reading it. This must be changed
66
// along with the VERSION file in the root of this repository.
7-
const version = "v0.5.0"
7+
const version = "v0.6.0"

0 commit comments

Comments
 (0)