Skip to content

Commit

Permalink
Bump version to 1.1.1, update README, CHANGELOG and posterous notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sirthias committed Mar 13, 2012
1 parent 6809f09 commit 830ed58
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.1.1 (2012-03-13)
--------------------------
- Fixed significant performance problem in JsonParser
- Improved automatic field name extraction for case classes


Version 1.1 (2012-02-01)
------------------------
- Added automatic case class field name extraction via new jsonFormatX overloads
Expand Down
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ It sports the following features:
### Installation

_spray-json_ is available from the [repo.spray.cc] repository.
The latest release is `1.1.0` and is built against Scala 2.9.1.
The latest release is `1.1.1` and is built against Scala 2.9.1.

If you use SBT you can include _spray-json_ in your project with

"cc.spray" %% "spray-json" % "1.1.0"
"cc.spray" %% "spray-json" % "1.1.1"

_spray-json_ has only one dependency: the parsing library [parboiled][]
(which is also a dependency of _spray-server_ and _spray-client_, so if you use _spray-json_ with either of them you
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "spray-json"

version := "1.2.0-SNAPSHOT"
version := "1.1.1"

organization := "cc.spray"

Expand Down
4 changes: 4 additions & 0 deletions notes/1.1.1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This is a maintenance release introducing the following changes:

- Fixed significant performance problem in JsonParser
- Improved automatic field name extraction for case classes

0 comments on commit 830ed58

Please sign in to comment.