Skip to content

Commit ab88d99

Browse files
committed
Bump version
1 parent 07f1957 commit ab88d99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+89
-89
lines changed

Cargo.lock

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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := bash
22

3-
VERSION = 0.9.0
3+
VERSION = 0.9.0-rc.1
44

55
DOCUSIGN_SPEC_DIR = $(CURDIR)/specs/docusign
66
DOCUSIGN_SPEC = $(DOCUSIGN_SPEC_DIR)/docusign.yaml

docusign/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "docusign"
33
description = "A fully generated & opinionated API client for the DocuSign API."
4-
version = "0.9.0"
4+
version = "0.9.0-rc.1"
55
documentation = "https://docs.rs/docusign/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/docusign"
77
readme = "README.md"

docusign/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To install the library, add the following to your `Cargo.toml` file.
3232

3333
```toml
3434
[dependencies]
35-
docusign = "0.9.0"
35+
docusign = "0.9.0-rc.1"
3636
```
3737

3838
## Basic example

docusign/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//!
3131
//! ```toml
3232
//! [dependencies]
33-
//! docusign = "0.9.0"
33+
//! docusign = "0.9.0-rc.1"
3434
//! ```
3535
//!
3636
//! ## Basic example

giphy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "giphy-api"
33
description = "A fully generated & opinionated API client for the Giphy API."
4-
version = "0.9.0"
4+
version = "0.9.0-rc.1"
55
documentation = "https://docs.rs/giphy-api/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/giphy"
77
readme = "README.md"

giphy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To install the library, add the following to your `Cargo.toml` file.
3232

3333
```toml
3434
[dependencies]
35-
giphy-api = "0.9.0"
35+
giphy-api = "0.9.0-rc.1"
3636
```
3737

3838
## Basic example

giphy/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//!
3131
//! ```toml
3232
//! [dependencies]
33-
//! giphy-api = "0.9.0"
33+
//! giphy-api = "0.9.0-rc.1"
3434
//! ```
3535
//!
3636
//! ## Basic example

github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "octorust"
33
description = "A fully generated & opinionated API client for the GitHub API."
4-
version = "0.9.0"
4+
version = "0.9.0-rc.1"
55
documentation = "https://docs.rs/octorust/"
66
repository = "https://github.com/oxidecomputer/third-party-api-clients/tree/main/github"
77
readme = "README.md"

github/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To install the library, add the following to your `Cargo.toml` file.
3838

3939
```toml
4040
[dependencies]
41-
octorust = "0.9.0"
41+
octorust = "0.9.0-rc.1"
4242
```
4343

4444
## Basic example
@@ -58,7 +58,7 @@ let github = Client::new(
5858
```
5959

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

6363
## Feature flags
6464

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

7373
```toml
7474
[dependencies]
75-
octorust = { version = "0.9.0", features = ["httpcache"] }
75+
octorust = { version = "0.9.0-rc.1", features = ["httpcache"] }
7676
```
7777

7878
Then use the `Client::custom` constructor to provide a cache implementation.

0 commit comments

Comments
 (0)