-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CHANGELOG.md, designate v0.7.0 release.
- Loading branch information
1 parent
442e3fa
commit b39d2df
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "jless" | ||
version = "0.1.0" | ||
version = "0.7.0" | ||
authors = ["Paul Julius Martinez <[email protected]>"] | ||
license = "MIT" | ||
description = "A command-line JSON viewer" | ||
|