Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Dec 16, 2023
1 parent 5904a8c commit 85b4f1a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oxide"
description = "CLI for the Oxide rack"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/oxidecomputer/oxide.rs"
Expand Down
2 changes: 1 addition & 1 deletion cli/docs/cli.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oxide",
"version": "0.1.0",
"version": "0.2.0",
"args": [
{
"long": "cacert",
Expand Down
2 changes: 1 addition & 1 deletion sdk-httpmock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oxide-httpmock"
description = "httpmock for the Oxide rack API"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/oxidecomputer/oxide.rs"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oxide-api"
description = "SDK for the Oxide rack"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/oxidecomputer/oxide.rs"
Expand Down

0 comments on commit 85b4f1a

Please sign in to comment.