Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/sexp_processor/dev/": change = 12520]
  • Loading branch information
zenspider committed Feb 7, 2020
1 parent 17621e8 commit 4660187
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
=== 4.14.0 / 2020-02-06

* 4 minor enhancements:

* Added '-' as an alias for the 'not?' pattern matching command.
* Added Klass matcher to match on types.
* Added `k` shortcut for Klass & hooked into Sexp::Matcher.parse.
* Added any matcher to pattern parser.

=== 4.13.0 / 2019-09-24

* 4 minor enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/sexp_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
class SexpProcessor

# duh
VERSION = "4.13.0"
VERSION = "4.14.0"

##
# Automatically shifts off the Sexp type before handing the
Expand Down

0 comments on commit 4660187

Please sign in to comment.