summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes_rudolph@gmx.de>2012-10-20 12:09:50 +0200
committerJohannes Rudolph <johannes_rudolph@gmx.de>2012-10-20 12:09:50 +0200
commitdc72d7ce6603ab63ba6a578d26e1b49e4b386125 (patch)
treebd40d41fc77c5d3108671326844316fa09bc0a8e
parentefdbc5c4708bb01a92577ad4128b7b2215450f27 (diff)
downloadspray-json-dc72d7ce6603ab63ba6a578d26e1b49e4b386125.tar.gz
spray-json-dc72d7ce6603ab63ba6a578d26e1b49e4b386125.tar.bz2
spray-json-dc72d7ce6603ab63ba6a578d26e1b49e4b386125.zip
bump version to 0.5.1v0.5.1
-rw-r--r--README.md2
-rw-r--r--notes/0.5.1.markdown5
-rw-r--r--src/main/ls/0.5.1.json26
-rw-r--r--version.sbt3
4 files changed, 33 insertions, 3 deletions
diff --git a/README.md b/README.md
index c668717..919ce08 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.0"
+ "net.virtual-void" %% "json-lenses" % "0.5.1"
## Example
diff --git a/notes/0.5.1.markdown b/notes/0.5.1.markdown
new file mode 100644
index 0000000..7b85c94
--- /dev/null
+++ b/notes/0.5.1.markdown
@@ -0,0 +1,5 @@
+This release is an update to support spray-json 1.2.2. As with all modules of the spray toolkit
+the package names have been moved from "cc.spray.json.lenses" to just "spray.json.lenses".
+
+This is planned to be the last release of the standalone json-lenses module. Starting with the next major
+release of spray-json, json-lenses will be included in spray-json. \ No newline at end of file
diff --git a/src/main/ls/0.5.1.json b/src/main/ls/0.5.1.json
new file mode 100644
index 0000000..27b2df3
--- /dev/null
+++ b/src/main/ls/0.5.1.json
@@ -0,0 +1,26 @@
+
+{
+ "organization":"net.virtual-void",
+ "name":"json-lenses",
+ "version":"0.5.1",
+ "description":"json-lenses",
+ "site":"http://github.com/jrudolph/json-lenses",
+ "tags":[],
+ "docs":"",
+ "licenses": [{
+ "name": "Apache 2",
+ "url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
+ }],
+ "resolvers": ["https://oss.sonatype.org/content/repositories/releases"],
+ "dependencies": [{
+ "organization":"io.spray",
+ "name": "spray-json",
+ "version": "1.2.2"
+ },{
+ "organization":"org.parboiled",
+ "name": "parboiled-scala",
+ "version": "1.1.3"
+ }],
+ "scalas": ["2.9.2"],
+ "sbt": false
+} \ No newline at end of file
diff --git a/version.sbt b/version.sbt
index 5280cb4..c3fdbde 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1,2 +1 @@
-
-version in ThisBuild := "0.5.1-SNAPSHOT"
+version in ThisBuild := "0.5.1"