We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a64f3 commit 17a1b51Copy full SHA for 17a1b51
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### Version 0.2.1 (26 Nov 2014)
2
+
3
+* Fixed implementation of `many` on the `ApplicativePlus[Parser]` instance.
4
5
### Version 0.2 (24 Nov 2014)
6
7
* Fixed bug reported by Sukant Hajra: `Parser#many` and `Parser#some` had their names
build.sbt
@@ -1,4 +1,4 @@
-version := "0.3-SNAPSHOT"
+version := "0.2.1"
organization := "net.bmjames"
0 commit comments