Skip to content

Commit 9df2649

Browse files
committed
update README for releases and new maintainer
1 parent e4715b3 commit 9df2649

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ The pigeon command generates parsers based on a [parsing expression grammar (PEG
88

99
See the [godoc page][3] for detailed usage.
1010

11+
## Releases
12+
13+
* v1.0.0 is the tagged release of the original implementation.
14+
* Work has started on v2.0.0 with some planned breaking changes.
15+
16+
Github user [@mna][6] created the package in April 2015, and [@breml][5] is the package's maintainer as of May 2017.
17+
1118
## Installation
1219

1320
Provided you have Go correctly installed with the $GOPATH and $GOBIN environment variables set, run:
@@ -142,3 +149,5 @@ The [BSD 3-Clause license][4]. See the LICENSE file.
142149
[2]: http://www.codeproject.com/Articles/29713/Parsing-Expression-Grammar-Support-for-C-Part
143150
[3]: https://godoc.org/github.com/mna/pigeon
144151
[4]: http://opensource.org/licenses/BSD-3-Clause
152+
[5]: https://github.com/breml
153+
[6]: https://github.com/mna

0 commit comments

Comments
 (0)