commit e679e5d29fa6e6ec30662cd67fddffb657d97dbc parent a8764f8e028f1ed8f5e5971c6468ebd7c615ddc2 Author: Gavin Rehkemper <gavinr@users.noreply.github.com> Date: Sun, 8 Nov 2020 23:45:18 +0000 Update CHANGELOG.md Diffstat:
M | CHANGELOG.md | | | 11 | +++++++++-- |
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.1.0] - 2020-11-08 + +## Added + +- Importing: Columns will work if not all lowercase. Thank you @typememo ! [#33](https://github.com/gavinr/github-csv-tools/pull/33) + ## [2.0.0] - 2020-08-23 ## Added @@ -74,8 +80,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/v2.0.0...HEAD -[1.0.3]: https://github.com/gavinr/github-csv-tools/compare/v1.0.3...v2.0.0 +[Unreleased]: https://github.com/gavinr/github-csv-tools/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/gavinr/github-csv-tools/compare/v2.0.0...v2.1.0 +[2.0.0]: https://github.com/gavinr/github-csv-tools/compare/v1.0.3...v2.0.0 [1.0.3]: https://github.com/gavinr/github-csv-tools/compare/v1.0.2...v1.0.3 [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