Skip to content

Commit

Permalink
Bump version for release v0.2.0 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv authored Jan 8, 2025
1 parent f314faf commit 8357536
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ labels: release
and paste the link to the relevant PR.
-->
- [ ] Make sure the [VERSION](https://github.com/oxidecomputer/oxide.go/blob/main/VERSION) and [oxide/version.go](https://github.com/oxidecomputer/oxide.go/blob/main/oxide/version.go) files have the new version you want to release.
- [ ] Make sure the changelog file in the `.changelog/` directory is set to the new version you want to release (e.g., replace `+dev` metadata).
- [ ] Make sure the changelog file in the `.changelog/` directory is set to the new version you want to release.
- [ ] Make sure all examples and docs reference the new version.
- [ ] Generate changelog by running `make changelog` and add date of the release to the title.
- [ ] Release the new version by running `make tag`.
- [ ] Update GitHub release description with release notes generated from `make changelog`.
- [ ] Create a release branch from the commit of the release tag.
- [ ] Bump the version in [VERSION](https://github.com/oxidecomputer/oxide.go/blob/main/VERSION) and [oxide/version.go](https://github.com/oxidecomputer/oxide.go/blob/main/oxide/version.go). If the `version` within [`nexus.json`](https://github.com/oxidecomputer/omicron/blob/main/openapi/nexus.json) hasn't been updated to the next release, then use `+dev` for the version metadata.
- [ ] Create a new file for the next release in [.changelog/](https://github.com/oxidecomputer/oxide.go/blob/main/.changelog/). If the `version` within [`nexus.json`](https://github.com/oxidecomputer/omicron/blob/main/openapi/nexus.json) hasn't been updated to the next release, then use `+dev` for the version metadata.
- [ ] Bump the version in [VERSION](https://github.com/oxidecomputer/oxide.go/blob/main/VERSION) and [oxide/version.go](https://github.com/oxidecomputer/oxide.go/blob/main/oxide/version.go).
- [ ] Create a new file for the next release in [.changelog/](https://github.com/oxidecomputer/oxide.go/blob/main/.changelog/).
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.0+dev
v0.2.0
2 changes: 1 addition & 1 deletion VERSION_OMICRON
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rel/v12/rc0
rel/v12/rc1
2 changes: 1 addition & 1 deletion oxide/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0+dev"
const version = "v0.2.0"

0 comments on commit 8357536

Please sign in to comment.