Skip to content

Commit

Permalink
Bump 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fussybeaver committed Jul 12, 2021
1 parent f38a0bb commit a283984
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "roctogen"
version = "0.7.0"
version = "0.8.0"
authors = [ "Roctogen contributors" ]
description = "Github API and models generated from the official swagger OpenAPI specification"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following to your `Cargo.toml` file

```nocompile
[dependencies]
roctogen = "0.7"
roctogen = "0.8"
```

## API
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//!
//! ```nocompile
//! [dependencies]
//! roctogen = "0.6"
//! roctogen = "0.8"
//! ```
//!
//! # API
Expand Down

0 comments on commit a283984

Please sign in to comment.