Skip to content

Commit

Permalink
Release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Dec 4, 2012
1 parent 3cfcfdd commit 0d3206a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
@@ -1,3 +1,6 @@
## Changes between Cheshire 5.0.2 and 5.0.1


## Changes between Cheshire 5.0.0 and 5.0.1

* Protocol custom encoders now take precedence over regular map
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,9 +38,9 @@ encoders.
## Usage

```clojure
[cheshire "5.0.0"]
[cheshire "5.0.1"]

;; Cheshire v5.0.0 uses Jackson 2.1.1
;; Cheshire v5.0.1 uses Jackson 2.1.1

;; In your ns statement:
(ns my.ns
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject cheshire "5.0.1-SNAPSHOT"
(defproject cheshire "5.0.1"
:description "JSON and JSON SMILE encoding, fast."
:url "https://github.com/dakrone/cheshire"
:license {:name "The Apache License"
Expand Down

0 comments on commit 0d3206a

Please sign in to comment.