Skip to content

Commit

Permalink
Update version number, README
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvlk committed Jun 24, 2016
1 parent 4ba1d62 commit 29c20e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ example = let inputString = "(property:!(val1,val2,val3))"
outputString = encode aesonValue
in inputString == outputString
```
## Release Notes
* V1.1.0.0
* fixed a bug related to parsing quoted property identifiers
* The encode/decode interface type has been unified with Aeson's
2 changes: 1 addition & 1 deletion rison.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rison
version: 1.0.0.0
version: 1.1.0.0
synopsis: Parses and renders RISON strings.
description: Rison gets parsed into and serialized from Aeson Valueobjects. Please see README.md for details.
homepage: https://github.com/martinvlk/rison-hs#readme
Expand Down

0 comments on commit 29c20e2

Please sign in to comment.