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 v0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jul 19, 2016
1 parent f87c57d commit b6c3419
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.1.3 (2016-07-19)
### Added
* Support verbose mode,
* Use customized Dockerfile for each language,
* Support base flag to switch base image.

If choose an image previous run, some installations might be omitted.
It could reduce running time.


## 0.1.2 (2016-07-19)
### Added
- Support name and tag option to set container name and image tag.
Expand Down
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.2"
Version string = "0.1.3"
)

0 comments on commit b6c3419

Please sign in to comment.