Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.14.6"
version = "0.14.7"
edition = "2024"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rfd-api-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://oxide.computer",
"email": "corp-services@oxidecomputer.com"
},
"version": "0.14.6"
"version": "0.14.7"
},
"paths": {
"/.well-known/jwks.json": {
Expand Down
4 changes: 2 additions & 2 deletions rfd-sdk/src/generated/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14260,7 +14260,7 @@ pub mod types {
///
/// Programmatic access to RFDs
///
/// Version: 0.14.6
/// Version: 0.14.7
pub struct Client {
pub(crate) baseurl: String,
pub(crate) client: reqwest::Client,
Expand Down Expand Up @@ -14301,7 +14301,7 @@ impl Client {

impl ClientInfo<()> for Client {
fn api_version() -> &'static str {
"0.14.6"
"0.14.7"
}

fn baseurl(&self) -> &str {
Expand Down
2 changes: 1 addition & 1 deletion rfd-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@
]
}
},
"version": "0.14.6"
"version": "0.14.7"
}
2 changes: 1 addition & 1 deletion rfd-ts/src/Api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ export class Api {
* Pulled from info.version in the OpenAPI schema. Sent in the
* `api-version` header on all requests.
*/
apiVersion = '0.14.6'
apiVersion = '0.14.7'

constructor({ host = '', baseParams = {}, token }: ApiConfig = {}) {
this.host = host
Expand Down
Loading