Skip to content

Commit

Permalink
Updated project.clj, release notes and readme for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Sep 26, 2014
1 parent 23a196a commit 47f1394
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires _leiningen 2.4.3 or later_.

## Usage

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

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

- Include additional instructions in Dockerfiles
Allow the insertion of additional Dockerfile instructions

The :instructions value is taken from the :uberimage options map in
project.clj and specifies a list of Dockerfile instructions to be inserted
immediately after the FROM instruction at the start of the Dockerfile.

## 0.2.0

- Add comment on pulling base image to README
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.2.1-SNAPSHOT"
(defproject com.palletops/uberimage "0.3.0"
: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 47f1394

Please sign in to comment.