diff options
author | Joffrey F <joffrey@docker.com> | 2018-03-30 11:07:16 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2018-03-30 11:07:16 -0700 |
commit | 8fbf8380cb4e377867ff034972e315e7d92522c2 (patch) | |
tree | e55e8d61977dcf05999d4fc1719bd5ffc4f0135a /docs | |
parent | 2b7fc3b54aaa3864409e348451f387b75d42bc64 (diff) | |
download | docker-py-3.2.1-release.tar.gz |
Bump 3.2.13.2.1-release
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/change-log.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index 4715c52..912ec5f 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,18 @@ Change log ========== +3.2.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/50?closed=1) + +### Bugfixes + +* Fixed a bug with builds not properly identifying Dockerfile paths relative + to the build context +* Fixed an issue where builds would raise a `ValueError` when attempting to + build with a Dockerfile on a different Windows drive. + 3.2.0 ----- |