damus-github-export

Damus issue data exported from github
git clone git://jb55.com/damus-github-export
Log | Files | Refs | README | LICENSE

commit 5f6597ec1b1a5032600b206bc5ecc41df40a6556
parent 45a91fd45255b15ad879b1848831c45f79081aa2
Author: Gavin Rehkemper <gavin@gavinr.com>
Date:   Tue, 28 Apr 2020 22:50:20 -0500

changelog notes

Diffstat:
MCHANGELOG.md | 19++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -4,6 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.0.2] - 2020-04-28 + +## Added + +- `exportAttributes` option ([#15](https://github.com/gavinr/github-csv-tools/pull/15)) + +## Changed + +- `body` (initial issue text) is now included in the export by default ([#14](https://github.com/gavinr/github-csv-tools/issues/14)) +- Update dependencies (9ab2b1e47a7c7fa40149a36af03625d80738f887) + +## [1.0.1] - 2020-04-21 + +- Metadata and README - no functionality changes. + ## [1.0.0] - 2020-04-18 ## Added @@ -41,7 +56,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Basic CSV import functionality. - A few basic tests -[Unreleased]: https://github.com/gavinr/github-csv-tools/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/gavinr/github-csv-tools/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/gavinr/github-csv-tools/compare/v1.0.1...v1.0.2 +[1.0.1]: https://github.com/gavinr/github-csv-tools/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/gavinr/github-csv-tools/compare/v0.4.0...v1.0.0 [0.4.0]: https://github.com/gavinr/github-csv-tools/compare/V0.3.0...v0.4.0 [0.3.0]: https://github.com/gavinr/github-csv-tools/compare/v0.2.0...V0.3.0