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 = 10052]
  • Loading branch information
zenspider committed Mar 9, 2015
1 parent 2f1008d commit 5b57427
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
=== 4.5.0 / 2015-03-09

* 1 minor enhancement:

* Added SexpProcessor::expand_dirs_to_files as a utility to cmdline tools.

=== 4.4.5 / 2015-01-16

* 1 bug fix:
Expand Down
2 changes: 2 additions & 0 deletions README.txt
Expand Up @@ -15,6 +15,8 @@ for your language processing pleasure.

* Allows you to write very clean filters.

* Sexp provides a simple and clean interface to creating and manipulating ASTs.

== SYNOPSIS:

class MyProcessor < SexpProcessor
Expand Down
2 changes: 1 addition & 1 deletion lib/sexp_processor.rb
Expand Up @@ -33,7 +33,7 @@

class SexpProcessor

VERSION = "4.4.5"
VERSION = "4.5.0"

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

0 comments on commit 5b57427

Please sign in to comment.