Skip to content

Commit

Permalink
Updated project.clj, release notes and readme for 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Jul 15, 2014
1 parent 5ff2b23 commit 982b556
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Leiningen plugin to generate a [docker][docker] image that runs a project's ub

## Usage

Put `[com.palletops/uberimage "0.1.1"]` into the `:plugins` vector of your
Put `[com.palletops/uberimage "0.1.2"]` into the `:plugins` vector of your
`:user` profile.

$ lein uberimage
Expand Down
8 changes: 8 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.2

- Add options for docker endpoint and base image
Allow specification of the docker endpoint using the DOCKER_ENDPOINT
environment variable or the -H command line option.

Allow specification of the base image with the `-b` comand line option.

## 0.1.1

- Only print generated image id
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.palletops/uberimage "0.1.2-SNAPSHOT"
(defproject com.palletops/uberimage "0.1.2"
:description "Leiningen plugin to create a docker image for a project uberjar"
:url "http://github.com/palletops/lein-uberimage"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 982b556

Please sign in to comment.