Skip to content

Commit 45747dc

Browse files
committed
Changelog and version bump to 1.1.1
1 parent 8ef30ad commit 45747dc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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+
713
## [1.1.0] - 2017-11-07
814
### Fixed
915
- Unclear error message when referring to undefined container in `link` clause

dockwrkr/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.0'
1+
__version__ = '1.1.1'

0 commit comments

Comments
 (0)