From d86799e9b73cac04cf0864eec7b569c7aa64d735 Mon Sep 17 00:00:00 2001 From: itchyny Date: Sat, 19 Sep 2020 11:16:37 +0900 Subject: [PATCH] add CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..da9bd98 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog +## [v0.1.2](https://github.com/itchyny/gojq/compare/v0.1.1..v0.1.2) (2020-09-19) +* Fix for EDITOR configured with arguments. + +## [v0.1.1](https://github.com/itchyny/gojq/compare/v0.1.0..v0.1.1) (2020-01-09) +* Undo the processed renames on error not to leave the temporary file. +* Return the stat source error on failure. + +## [v0.1.0](https://github.com/itchyny/mmv/compare/ac88fa9...v0.1.0) (2020-01-08) +* Initial implementation.