diff --git a/HISTORY.md b/HISTORY.md index 4410821..5ca35f6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,19 +1,30 @@ -0.1.4 (in progress) +0.1.4 (2012-05-02) ================== +[Full changelog](https://github.com/KushalP/camelot/compare/0.1.4...0.1.3) + +* Now using Clojure 1.4 +* Documents can have multiple lines of text ([#1](https://github.com/KushalP/camelot/pull/1) (Filip de Waard)) + 0.1.3 (2012-04-09) ================== +[Full changelog](https://github.com/KushalP/camelot/compare/0.1.2...0.1.3) + * Added `(get-metadata ..)` to read metadata from a pre-existing PDF file. 0.1.2 (2012-04-09) ================== +[Full changelog](https://github.com/KushalP/camelot/compare/0.1.1...0.1.2) + * The document map can now contain (some) metadata, which will be affixed to the PDF when saving. 0.1.1 (2012-04-09) ================== +[Full changelog](https://github.com/KushalP/camelot/compare/0.1.0...0.1.1) + * Added `(merge-pdfs ..)` which can merge a provided list of PDF files into a single PDF file. 0.1.0 (2012-04-09) diff --git a/README.md b/README.md index 601054b..b7940aa 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Camelot (this library) is named after the thoughts and discussions laid out in t Add camelot as a dependency to your project. Jars are [published to clojars.org](https://clojars.org/camelot). ``` clojure -[camelot "0.1.3"] +[camelot "0.2.0"] ``` Start using the library! diff --git a/project.clj b/project.clj index e8c63d1..6ddab72 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject camelot "0.1.4-SNAPSHOT" +(defproject camelot "0.2.0" :description "A fast, nimble PDF generation and manipulation library" :url "http://github.com/KushalP/camelot" :license {:name "Eclipse Public License"