Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Update version to 1.3.0 to include the timeouts on shell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Martinez committed Aug 5, 2016
1 parent c1ff2d6 commit 94e05ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ We attempt to adhere to [Semantic Versioning](http://semver.org/).
### Removed
### Changed

## [1.3.0] - 2016-08-05
### Added
- Added goroutines and timeouts to all shell commands, hoping to prevent
propagation of hung external procs to docker daemon

## [1.2.2] - 2016-06-08
### Changed
- Docker is calling Unmount after failed Mount, causing trouble if
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// license that can be found in the LICENSE file.
package main

const VERSION = "1.2.2"
const VERSION = "1.3.0"

0 comments on commit 94e05ee

Please sign in to comment.