Skip to content

Commit f74eb1f

Browse files
committed
release v0.14.0+20251008.0.0
1 parent 1265d21 commit f74eb1f

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ md5 = "0.8.0"
3939
newline-converter = "0.3.0"
4040
oauth2 = "5.0.0"
4141
open = "5.3.2"
42-
oxide = { path = "sdk", version = "0.13.0" }
43-
oxide-httpmock = { path = "sdk-httpmock", version = "0.13.0" }
42+
oxide = { path = "sdk", version = "0.14.0" }
43+
oxide-httpmock = { path = "sdk-httpmock", version = "0.14.0" }
4444
oxnet = "0.1.3"
4545
predicates = "3.1.3"
4646
pretty_assertions = "1.4.1"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.13.0+20250730.0.0"
4+
version = "0.14.0+20251008.0.0"
55
edition = "2021"
66
license = "MPL-2.0"
77
repository = "https://github.com/oxidecomputer/oxide.rs"

cli/docs/cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxide",
3-
"version": "0.13.0+20250730.0.0",
3+
"version": "0.14.0+20251008.0.0",
44
"about": "Control an Oxide environment",
55
"args": [
66
{

sdk-httpmock/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.13.0+20250730.0.0"
4+
version = "0.14.0+20251008.0.0"
55
edition = "2021"
66
license = "MPL-2.0"
77
repository = "https://github.com/oxidecomputer/oxide.rs"

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.13.0+20250730.0.0"
4+
version = "0.14.0+20251008.0.0"
55
edition = "2021"
66
license = "MPL-2.0"
77
repository = "https://github.com/oxidecomputer/oxide.rs"

0 commit comments

Comments
 (0)