diff --git a/CHANGES.md b/CHANGES.md index 048f55f..ce5f39c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Instaparse Change Log +## 1.4.2 + +### Bugfixes + +* Fixed problem with counted repetitions in ABNF. + ## 1.4.1 ### Features diff --git a/README.md b/README.md index 323372b..3a7464b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Instaparse 1.4.1 +# Instaparse 1.4.2 *What if context-free grammars were as easy to use as regular expressions?* @@ -22,7 +22,7 @@ Instaparse requires Clojure v1.5.1 or later. (It may work with earlier versions Add the following line to your leiningen dependencies: - [instaparse "1.4.1"] + [instaparse "1.4.2"] Require instaparse in your namespace header: diff --git a/project.clj b/project.clj index 2143c2f..88dbe11 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject instaparse "1.4.1" +(defproject instaparse "1.4.2" :description "Instaparse: No grammar left behind" :url "https://github.com/Engelberg/instaparse" :license {:name "Eclipse Public License"