Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Increment version to 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jul 19, 2016
1 parent dd52e4e commit e759c7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 0.1.2 (2016-07-19)
### Added
- Support name and tag option to set container name and image tag.


## 0.1.1 (2016-07-18)
### Fixed
- Bugs about temporary directories, forget creating and deleting them.


## 0.1.0 (2016-07-18)

Initial release
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ const (
// Name defines the name of this command.
Name string = "loci"
// Version defines version number.
Version string = "0.1.1"
Version string = "0.1.2"
)

0 comments on commit e759c7e

Please sign in to comment.