Skip to content

Commit

Permalink
Update version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Dec 16, 2024
1 parent ab88d99 commit 4bc6e66
Show file tree
Hide file tree
Showing 65 changed files with 89 additions and 89 deletions.
42 changes: 21 additions & 21 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 Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := bash

VERSION = 0.9.0-rc.1
VERSION = 0.9.0

DOCUSIGN_SPEC_DIR = $(CURDIR)/specs/docusign
DOCUSIGN_SPEC = $(DOCUSIGN_SPEC_DIR)/docusign.yaml
Expand Down
2 changes: 1 addition & 1 deletion docusign/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "docusign"
description = "A fully generated & opinionated API client for the DocuSign API."
version = "0.9.0-rc.1"
version = "0.9.0"
documentation = "https://docs.rs/docusign/"
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/docusign"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion docusign/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To install the library, add the following to your `Cargo.toml` file.

```toml
[dependencies]
docusign = "0.9.0-rc.1"
docusign = "0.9.0"
```

## Basic example
Expand Down
2 changes: 1 addition & 1 deletion docusign/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//!
//! ```toml
//! [dependencies]
//! docusign = "0.9.0-rc.1"
//! docusign = "0.9.0"
//! ```
//!
//! ## Basic example
Expand Down
2 changes: 1 addition & 1 deletion giphy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "giphy-api"
description = "A fully generated & opinionated API client for the Giphy API."
version = "0.9.0-rc.1"
version = "0.9.0"
documentation = "https://docs.rs/giphy-api/"
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/giphy"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion giphy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To install the library, add the following to your `Cargo.toml` file.

```toml
[dependencies]
giphy-api = "0.9.0-rc.1"
giphy-api = "0.9.0"
```

## Basic example
Expand Down
2 changes: 1 addition & 1 deletion giphy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//!
//! ```toml
//! [dependencies]
//! giphy-api = "0.9.0-rc.1"
//! giphy-api = "0.9.0"
//! ```
//!
//! ## Basic example
Expand Down
2 changes: 1 addition & 1 deletion github/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "octorust"
description = "A fully generated & opinionated API client for the GitHub API."
version = "0.9.0-rc.1"
version = "0.9.0"
documentation = "https://docs.rs/octorust/"
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/github"
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file.

```toml
[dependencies]
octorust = "0.9.0-rc.1"
octorust = "0.9.0"
```

## Basic example
Expand All @@ -58,7 +58,7 @@ let github = Client::new(
```

If you are a GitHub enterprise customer, you will want to create a client with the
[Client#host_override](https://docs.rs/octorust/0.9.0-rc.1/octorust/struct.Client.html#method.host_override) method.
[Client#host_override](https://docs.rs/octorust/0.9.0/octorust/struct.Client.html#method.host_override) method.

## Feature flags

Expand All @@ -72,7 +72,7 @@ To enable this, add the following to your `Cargo.toml` file:

```toml
[dependencies]
octorust = { version = "0.9.0-rc.1", features = ["httpcache"] }
octorust = { version = "0.9.0", features = ["httpcache"] }
```

Then use the `Client::custom` constructor to provide a cache implementation.
Expand Down
6 changes: 3 additions & 3 deletions github/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//!
//! ```toml
//! [dependencies]
//! octorust = "0.9.0-rc.1"
//! octorust = "0.9.0"
//! ```
//!
//! ## Basic example
Expand All @@ -56,7 +56,7 @@
//! ```
//!
//! If you are a GitHub enterprise customer, you will want to create a client with the
//! [Client#host_override](https://docs.rs/octorust/0.9.0-rc.1/octorust/struct.Client.html#method.host_override) method.
//! [Client#host_override](https://docs.rs/octorust/0.9.0/octorust/struct.Client.html#method.host_override) method.
//!
//! ## Feature flags
//!
Expand All @@ -70,7 +70,7 @@
//!
//! ```toml
//! [dependencies]
//! octorust = { version = "0.9.0-rc.1", features = ["httpcache"] }
//! octorust = { version = "0.9.0", features = ["httpcache"] }
//! ```
//!
//! Then use the `Client::custom` constructor to provide a cache implementation.
Expand Down
2 changes: 1 addition & 1 deletion google/admin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gsuite-api"
description = "A fully generated & opinionated API client for the Google Admin API."
version = "0.9.0-rc.1"
version = "0.9.0"
documentation = "https://docs.rs/gsuite-api/"
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/admin"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion google/admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file.

```toml
[dependencies]
gsuite-api = "0.9.0-rc.1"
gsuite-api = "0.9.0"
```

## Basic example
Expand Down
2 changes: 1 addition & 1 deletion google/admin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//!
//! ```toml
//! [dependencies]
//! gsuite-api = "0.9.0-rc.1"
//! gsuite-api = "0.9.0"
//! ```
//!
//! ## Basic example
Expand Down
2 changes: 1 addition & 1 deletion google/calendar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "google-calendar"
description = "A fully generated & opinionated API client for the Google Calendar API."
version = "0.9.0-rc.1"
version = "0.9.0"
documentation = "https://docs.rs/google-calendar/"
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/calendar"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion google/calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file.

```toml
[dependencies]
google-calendar = "0.9.0-rc.1"
google-calendar = "0.9.0"
```

## Basic example
Expand Down
2 changes: 1 addition & 1 deletion google/calendar/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//!
//! ```toml
//! [dependencies]
//! google-calendar = "0.9.0-rc.1"
//! google-calendar = "0.9.0"
//! ```
//!
//! ## Basic example
Expand Down
2 changes: 1 addition & 1 deletion google/cloud-resource-manager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "google-cloud-resource-manager"
description = "A fully generated & opinionated API client for the Google Cloud Resource Manager API."
version = "0.9.0-rc.1"
version = "0.9.0"
documentation = "https://docs.rs/google-cloud-resource-manager/"
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/google/cloud-resource-manager"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion google/cloud-resource-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file.

```toml
[dependencies]
google-cloud-resource-manager = "0.9.0-rc.1"
google-cloud-resource-manager = "0.9.0"
```

## Basic example
Expand Down
2 changes: 1 addition & 1 deletion google/cloud-resource-manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//!
//! ```toml
//! [dependencies]
//! google-cloud-resource-manager = "0.9.0-rc.1"
//! google-cloud-resource-manager = "0.9.0"
//! ```
//!
//! ## Basic example
Expand Down
Loading

0 comments on commit 4bc6e66

Please sign in to comment.