Skip to content

Commit

Permalink
Merge pull request #224 from fussybeaver/ND-0.12-release
Browse files Browse the repository at this point in the history
Release 0.12
  • Loading branch information
fussybeaver authored Apr 5, 2022
2 parents 7b396c0 + 0ad2acf commit fdfb6a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bollard"
description = "An asynchronous Docker daemon API"
version = "0.11.1"
version = "0.12.0"
authors = [ "Bollard contributors" ]
license = "Apache-2.0"
homepage = "https://github.com/fussybeaver/bollard"
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]
bollard = "0.11"
bollard = "0.12"
```

## 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]
//! bollard = "0.11"
//! bollard = "0.12"
//! ```
//!
//! # API
Expand Down

0 comments on commit fdfb6a9

Please sign in to comment.