Skip to content

Commit

Permalink
Prepare for 1.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Engelberg committed May 2, 2016
1 parent 97d69f4 commit e2736c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Instaparse Change Log

## 1.4.2

### Bugfixes

* Fixed problem with counted repetitions in ABNF.

## 1.4.1

### Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?*

Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e2736c8

Please sign in to comment.