Skip to content

Commit

Permalink
Merge pull request #128 from fussybeaver/ND-bump-9.0
Browse files Browse the repository at this point in the history
Release 9.0
  • Loading branch information
Niel Drummond authored Nov 23, 2020
2 parents 0dcfd24 + 773adc4 commit a37730e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.8.0"
version = "0.9.0"
authors = [ "Bollard contributors" ]
license = "Apache-2.0"
homepage = "https://github.com/fussybeaver/bollard"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Bollard leverages the latest [Hyper](https://github.com/hyperium/hyper) and
futures, streams and the async/await paradigm.

The library also features Windows support through Named Pipes and HTTPS support through
optional SSL bindings or a native TLS implementation.
optional rustls bindings.

## Install

Add the following to your `Cargo.toml` file

```nocompile
[dependencies]
bollard = "0.8"
bollard = "0.9"
```

## API
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
//! futures, streams and the async/await paradigm.
//!
//! The library also features Windows support through Named Pipes and HTTPS support through
//! optional SSL bindings or a native TLS implementation.
//! optional rustls bindings.
//!
//! # Install
//!
//! Add the following to your `Cargo.toml` file
//!
//! ```nocompile
//! [dependencies]
//! bollard = "0.8"
//! bollard = "0.9"
//! ```
//!
//! # API
Expand Down

0 comments on commit a37730e

Please sign in to comment.