Skip to content

Commit

Permalink
Updated project.clj, release notes and readme for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Jul 15, 2014
1 parent 508edab commit 95ff4a7
Show file tree
Hide file tree
Showing 3 changed files with 12 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.0"]` into the `:plugins` vector of your
Put `[com.palletops/uberimage "0.1.1"]` into the `:plugins` vector of your
`:user` profile.

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

- Only print generated image id
On success, only show the resulting image id.

- Update to clj-docker 0.1.1
Fixes json parsing

- Fix group id in readme

## 0.1.0

- Initial release
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.1-SNAPSHOT"
(defproject com.palletops/uberimage "0.1.1"
: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 95ff4a7

Please sign in to comment.