Skip to content

Commit

Permalink
Merge pull request #453 from fussybeaver/ND/release-0.17.1
Browse files Browse the repository at this point in the history
Release 0.17.1
  • Loading branch information
fussybeaver authored Aug 18, 2024
2 parents 5c8f165 + 6fed0e7 commit 1be9ccf
Show file tree
Hide file tree
Showing 3 changed files with 5 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.17.0"
version = "0.17.1"
authors = [ "Bollard contributors" ]
license = "Apache-2.0"
homepage = "https://github.com/fussybeaver/bollard"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ bollard = "*"
#### Latest

Version `0.17` enables the [`secrets`](https://docs.docker.com/build/building/secrets/#secret-mounts) and [`sshforward`](https://docs.docker.com/build/building/secrets/#ssh-mounts) components of
`buildkit`, [API version 1.45.0](https://docs.docker.com/engine/api/v1.45/).
`buildkit`, [API version 1.45.0](https://docs.docker.com/engine/api/v1.45/) - (disabled for
windows).
Please note: all `buildkit` API's are under *developer preview*, feedback is
encouraged.

Expand Down
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
//! ### Latest
//!
//! Version `0.17` enables the [`secrets`](https://docs.docker.com/build/building/secrets/#secret-mounts) and [`sshforward`](https://docs.docker.com/build/building/secrets/#ssh-mounts) components of
//! `buildkit`, [API version 1.45.0](https://docs.docker.com/engine/api/v1.45/).
//! `buildkit`, [API version 1.45.0](https://docs.docker.com/engine/api/v1.45/) - (disabled for
//! windows).
//! Please note: all `buildkit` API's are under *developer preview*, feedback is
//! encouraged.
//!
Expand Down

0 comments on commit 1be9ccf

Please sign in to comment.