From a1a74fc56a452bed58bb22a8f5109f4746aa7073 Mon Sep 17 00:00:00 2001 From: Matthew Sanabria Date: Wed, 12 Nov 2025 00:01:47 -0500 Subject: [PATCH] chore: bump version Bumped to next development version. --- .changelog/v0.8.0.toml | 15 +++++++++++++++ VERSION | 2 +- oxide/version.go | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .changelog/v0.8.0.toml diff --git a/.changelog/v0.8.0.toml b/.changelog/v0.8.0.toml new file mode 100644 index 0000000..b691c20 --- /dev/null +++ b/.changelog/v0.8.0.toml @@ -0,0 +1,15 @@ +[[breaking]] +title = "" +description = "" + +[[features]] +title = "" +description = "" + +[[bugs]] +title = "" +description = "" + +[[enhancements]] +title = "" +description = "" diff --git a/VERSION b/VERSION index 8b20e48..b19b521 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.7.0 +v0.8.0 diff --git a/oxide/version.go b/oxide/version.go index 9455882..0bca005 100644 --- a/oxide/version.go +++ b/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.7.0" +const version = "v0.8.0"