From: François Boulogne Date: Fri, 18 Dec 2015 19:14:31 +0000 (-0500) Subject: enhance metadata for the project X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=c10892c3cdeb019364d0e4a67fe3ec88fff38762;p=ikiwiki-pandoc.git enhance metadata for the project --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..5ea9bec --- /dev/null +++ b/AUTHORS @@ -0,0 +1,8 @@ + +* Jason Blevin (Original author) +* Jim Pryor +* Beni Cherniavsky-Paskin +* Ryan Burgoyne +* Baldur Kristinsson +* François Boulogne + diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..dc1e62e --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,13 @@ +0.2 (2015-12-18) +================ + +New version thanks to Baldur Kristinsson's contributions. + +* code upgrade to the last pandoc evolutions +* fix for perl evolution +* doc enhancements + +0.1 (unreleased) +================ + +* various contributions found on github merged together diff --git a/README.md b/README.md index e6352a9..74f45d5 100644 --- a/README.md +++ b/README.md @@ -219,14 +219,5 @@ Another nice Pandoc feature is that it parses and uses `\newcommand` and `\renew License ======= -GPLv2 +GPLv2. See `LICENSE` for more details. -Authors -======= - -* Jason Blevin (Original author) -* Jim Pryor -* Beni Cherniavsky-Paskin -* Ryan Burgoyne -* Baldur Kristinsson -* François Boulogne diff --git a/RELEASE b/RELEASE new file mode 100644 index 0000000..b39d771 --- /dev/null +++ b/RELEASE @@ -0,0 +1,7 @@ +How to release +============== + +* Update CHANGELOG +* git tag -a 'vX' +* Create a tarball and upload it on the server + git archive master --prefix 'bibtexparser/' | bzip2 > bibtexparser-x.y.tar.bz2