Skip to content

Commit

Permalink
prepare for 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Apr 29, 2012
1 parent 0d9ca9d commit b2b3b1a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 1,15 @@
## 1.4.0
_29th April 2012_

* Allow pdf/dxf output file to be specified in sketch options :output-file
* Override exit fn to not kill the current process.
* Use exit to ensure pdf/dxf file is written.

## 1.3.0
_19th April 2012_

Update for Clojure 1.4.0 compatibility

## 1.2.0
_11th April 2012_

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 quil "1.3.0"
(defproject quil "1.4.0"
:description "(mix Processing Clojure)"
:url "http://github.com/quil/quil"
:mailing-list {:name "Quil Mailing List"
Expand Down

0 comments on commit b2b3b1a

Please sign in to comment.