We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef30ad commit 45747dcCopy full SHA for 45747dc
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [1.1.1] - 2017-11-09
8
+
9
+### Fixed
10
+- Use proper streaming or check output when pulling images to fix \r in console
11
+- Fixed certain crashes related to logging with recreate and restart
12
13
## [1.1.0] - 2017-11-07
14
### Fixed
15
- Unclear error message when referring to undefined container in `link` clause
dockwrkr/_version.py
@@ -1 +1 @@
1
-__version__ = '1.1.0'
+__version__ = '1.1.1'
0 commit comments