Skip to content

Commit

Permalink
changed version for release of 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Newton committed Dec 17, 2017
1 parent e36f933 commit 285c67d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ which can be found [here](https://raw.githubusercontent.com/arineng/jcr/09/draft
* --process-parts now creates an XML entity reference file snippet
* override rules can now reference rules in the original ruleset
* more readable failure report
* more readable verbose messages
* @{not} annotation on targer rules were not honored but now fixed
* better checking for groups referenced from arrays and objects

The current version of the JCR specification can be found
[here](https://raw.githubusercontent.com/arineng/jcr/07/draft-newton-json-content-rules.txt)
Expand Down Expand Up @@ -186,7 +189,7 @@ Options
-r FILE file containing ruleset
-R STRING string containing ruleset. Should probably be quoted
--test-jcr parse and test the JCR only
--process-parts creates smaller files for specification writing
--process-parts [DIRECTORY] creates smaller files for specification writing
-S STRING name of root rule. All roots will be tried if none is specified
-o FILE file containing overide ruleset (option can be repeated)
-O STRING string containing overide rule (option can be repeated)
Expand All @@ -197,11 +200,11 @@ Options
Return codes:
0 = success
1 = parsing or other bad condition
2 = fall through bad condition
1 = bad JCR parsing or other bad condition
2 = invalid option or bad use of command
3 = unsuccessful evaluation of JSON
JCR Version 0.8.0
JCR Version 0.8.1
```

## Usage as a Library
Expand Down
2 changes: 1 addition & 1 deletion lib/jcr/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

module JCR

VERSION = "0.8.1-alpha1"
VERSION = "0.8.1"

end

0 comments on commit 285c67d

Please sign in to comment.