Skip to content

Commit

Permalink
Merge branch 'release/0.5.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Jan 9, 2012
2 parents 21fe522 + bd9a767 commit 28d2371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,6 @@
# develop

# 0.5.1 - 2012-01-09
* Feature: Chaining child injection using #<< now works
* Feature: Reading the repeat value for a GRXML Item now returns an Integer or a Range, rather than the plain string
* Feature: Most simple GRXML grammars now return PotentialMatch when the provided input is valid but incomplete. This does not work for complex grammars including repeats and deep nesting. Fixes for these coming soon.
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_speech/version.rb
@@ -1,3 +1,3 @@
module RubySpeech
VERSION = "0.5.0"
VERSION = "0.5.1"
end

0 comments on commit 28d2371

Please sign in to comment.