Skip to content

Commit cb25407

Browse files
committed
release 0.9.0+20241204.0.0
1 parent 4f3e008 commit cb25407

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ md5 = "0.7.0"
3535
newline-converter = "0.3.0"
3636
oauth2 = "5.0.0-rc.1"
3737
open = "4.2.0"
38-
oxide = { path = "sdk", version = "0.8.0" }
39-
oxide-httpmock = { path = "sdk-httpmock", version = "0.8.0" }
38+
oxide = { path = "sdk", version = "0.9.0" }
39+
oxide-httpmock = { path = "sdk-httpmock", version = "0.9.0" }
4040
oxnet = { git = "https://github.com/oxidecomputer/oxnet" }
4141
predicates = "3.1.2"
4242
pretty_assertions = "1.4.1"

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oxide-cli"
33
description = "CLI for the Oxide rack"
4-
version = "0.8.0+20241009.0"
4+
version = "0.9.0+20241204.0.0"
55
edition = "2021"
66
license = "MPL-2.0"
77
repository = "https://github.com/oxidecomputer/oxide.rs"

cli/docs/cli.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxide",
3-
"version": "0.8.0+20241009.0",
3+
"version": "0.9.0+20241204.0.0",
44
"about": "Control an Oxide environment",
55
"args": [
66
{

sdk-httpmock/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oxide-httpmock"
33
description = "httpmock for the Oxide rack API"
4-
version = "0.8.0+20241009.0"
4+
version = "0.9.0+20241204.0.0"
55
edition = "2021"
66
license = "MPL-2.0"
77
repository = "https://github.com/oxidecomputer/oxide.rs"

sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oxide"
33
description = "SDK for the Oxide rack"
4-
version = "0.8.0+20241009.0"
4+
version = "0.9.0+20241204.0.0"
55
edition = "2021"
66
license = "MPL-2.0"
77
repository = "https://github.com/oxidecomputer/oxide.rs"

0 commit comments

Comments
 (0)