From e2736c81c5fd0a621c8be1adb9a55abbaccddf92 Mon Sep 17 00:00:00 2001 From: Mark Engelberg Date: Sun, 1 May 2016 22:09:39 -0700 Subject: [PATCH] Prepare for 1.4.2 release --- CHANGES.md | 6 ++++++ README.md | 4 ++-- project.clj | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) 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"