Skip to content

Commit 17a1b51

Browse files
committed
Release version 0.2.1
1 parent 06a64f3 commit 17a1b51

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 0.2.1 (26 Nov 2014)
2+
3+
* Fixed implementation of `many` on the `ApplicativePlus[Parser]` instance.
4+
15
### Version 0.2 (24 Nov 2014)
26

37
* Fixed bug reported by Sukant Hajra: `Parser#many` and `Parser#some` had their names

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version := "0.3-SNAPSHOT"
1+
version := "0.2.1"
22

33
organization := "net.bmjames"
44

0 commit comments

Comments
 (0)