Skip to content

Commit

Permalink
Release 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
fussybeaver committed Jun 19, 2022
1 parent 2072dca commit 06ed4db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "bollard"
description = "An asynchronous Docker daemon API"
version = "0.12.0"
version = "0.13.0"
authors = [ "Bollard contributors" ]
license = "Apache-2.0"
homepage = "https://github.com/fussybeaver/bollard"
Expand Down
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -19,14 +19,17 @@ Add the following to your `Cargo.toml` file

```nocompile
[dependencies]
bollard = "0.12"
bollard = "0.13"
```

## API
### Documentation

[API docs](https://docs.rs/bollard/).

Version 0.13 introduces an optional `chrono` and alternative mutually exclusive `time` feature
flag to represent the date format.

Version 0.11 re-enables Windows Named Pipe support.

As of version 0.6, this project now generates API stubs from the upstream Docker-maintained
Expand Down
5 changes: 4 additions & 1 deletion src/lib.rs
Expand Up @@ -19,14 +19,17 @@
//!
//! ```nocompile
//! [dependencies]
//! bollard = "0.12"
//! bollard = "0.13"
//! ```
//!
//! # API
//! ## Documentation
//!
//! [API docs](https://docs.rs/bollard/).
//!
//! Version 0.13 introduces an optional `chrono` and alternative mutually exclusive `time` feature
//! flag to represent the date format. This version matches the moby v20.10.16 server API.
//!
//! Version 0.11 re-enables Windows Named Pipe support.
//!
//! As of version 0.6, this project now generates API stubs from the upstream Docker-maintained
Expand Down

0 comments on commit 06ed4db

Please sign in to comment.