Skip to content

Commit

Permalink
Prepare for minor version release 0.2.0
Browse files Browse the repository at this point in the history
 - HISTORY.md now includes links to the changelog between each release
  • Loading branch information
KushalP committed May 2, 2012
1 parent 139d595 commit 5f3d386
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 5f3d386

Please sign in to comment.