From b39d2dfa1f949c6e929f037830dc98bf8e3fe6ba Mon Sep 17 00:00:00 2001 From: Paul Julius Martinez Date: Sun, 6 Feb 2022 15:35:25 -0800 Subject: [PATCH] Add CHANGELOG.md, designate v0.7.0 release. --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6a4441e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +v0.7.0 (2022-02-06) +================== + +Introducing jless, a command-line JSON viewer. + +This release represents the significant milestone: a complete set of basic +functionality, without any major bugs. + +[This GitHub issue](https://github.com/PaulJuliusMartinez/jless/issues/1) +details much of the functionality implemented to get to this point. +Spiritually, completion of many of the tasks listed there represent versions +0.1 - 0.6. + +The intention is to not release a 1.0 version until Windows support is added. diff --git a/Cargo.toml b/Cargo.toml index b7f9c1e..0ec33df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jless" -version = "0.1.0" +version = "0.7.0" authors = ["Paul Julius Martinez "] license = "MIT" description = "A command-line JSON viewer"