Skip to content

Commit

Permalink
notes + ls for 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Sep 1, 2015
1 parent c19c38a commit a267d38
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
7 changes: 7 additions & 0 deletions notes/0.6.1.markdown
@@ -0,0 +1,7 @@
Version 0.6.1 is a maintenance release. Fixed issues in this version:

- [#19][] fixed a StackOverflowException occurring while accessing big arrays
- updated dependencies

[#19]: https://github.com/jrudolph/json-lenses/issues/19

25 changes: 25 additions & 0 deletions src/main/ls/0.6.1.json
@@ -0,0 +1,25 @@
{
"organization" : "net.virtual-void",
"name" : "json-lenses",
"version" : "0.6.1",
"description" : "json-lenses is a library to query and update JSON data.",
"site" : "http://github.com/jrudolph/json-lenses",
"tags" : [ "json", "spray", "lens", "json-path" ],
"docs" : "http://github.com/jrudolph/json-lenses",
"resolvers" : [ "https://oss.sonatype.org/content/repositories/releases" ],
"dependencies" : [ {
"organization" : "io.spray",
"name" : "spray-json",
"version" : "1.3.2"
}, {
"organization" : "org.parboiled",
"name" : "parboiled-scala",
"version" : "1.1.6"
} ],
"scalas" : [ "2.10.5", "2.11.7" ],
"licenses" : [ {
"name" : "Apache 2",
"url" : "http://www.apache.org/licenses/LICENSE-2.0.txt"
} ],
"sbt" : false
}

0 comments on commit a267d38

Please sign in to comment.