summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--notes/0.5.2.markdown1
-rw-r--r--src/main/ls/0.5.2.json25
-rw-r--r--version.sbt2
4 files changed, 29 insertions, 3 deletions
diff --git a/README.md b/README.md
index 919ce08..e3cdd1b 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ It has the following features
If you use SBT you can include _json-lenses_ in your project with
- "net.virtual-void" %% "json-lenses" % "0.5.1"
+ "net.virtual-void" %% "json-lenses" % "0.5.2"
## Example
@@ -230,4 +230,4 @@ _spray-json_ is licensed under [APL 2.0].
[so-lenses]: http://stackoverflow.com/a/5597750/7647
[lenses]: http://www.cis.upenn.edu/~bcpierce/papers/lenses-etapsslides.pdf
[issue tracker]: https://github.com/jrudolph/json-lenses/issues
-[scaladoc]: http://jrudolph.github.com/json-lenses/latest/api \ No newline at end of file
+[scaladoc]: http://jrudolph.github.com/json-lenses/latest/api
diff --git a/notes/0.5.2.markdown b/notes/0.5.2.markdown
new file mode 100644
index 0000000..a394769
--- /dev/null
+++ b/notes/0.5.2.markdown
@@ -0,0 +1 @@
+This release adds support for Scala 2.10.
diff --git a/src/main/ls/0.5.2.json b/src/main/ls/0.5.2.json
new file mode 100644
index 0000000..6e2a8dc
--- /dev/null
+++ b/src/main/ls/0.5.2.json
@@ -0,0 +1,25 @@
+{
+ "organization" : "net.virtual-void",
+ "name" : "json-lenses",
+ "version" : "0.5.2",
+ "description" : "json-lenses",
+ "site" : "http://github.com/jrudolph/json-lenses",
+ "tags" : [ ],
+ "docs" : "",
+ "resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ],
+ "dependencies" : [ {
+ "organization" : "io.spray",
+ "name" : "spray-json",
+ "version" : "1.2.3"
+ }, {
+ "organization" : "org.parboiled",
+ "name" : "parboiled-scala",
+ "version" : "1.1.4"
+ } ],
+ "scalas" : [ "2.10.0" ],
+ "licenses" : [ {
+ "name" : "Apache 2",
+ "url" : "http://www.apache.org/licenses/LICENSE-2.0.txt"
+ } ],
+ "sbt" : false
+} \ No newline at end of file
diff --git a/version.sbt b/version.sbt
index c3fdbde..d30395f 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "0.5.1"
+version in ThisBuild := "0.5.2"