Skip to content

Commit b39d2df

Browse files
Add CHANGELOG.md, designate v0.7.0 release.
1 parent 442e3fa commit b39d2df

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
v0.7.0 (2022-02-06)
2+
==================
3+
4+
Introducing jless, a command-line JSON viewer.
5+
6+
This release represents the significant milestone: a complete set of basic
7+
functionality, without any major bugs.
8+
9+
[This GitHub issue](https://github.com/PaulJuliusMartinez/jless/issues/1)
10+
details much of the functionality implemented to get to this point.
11+
Spiritually, completion of many of the tasks listed there represent versions
12+
0.1 - 0.6.
13+
14+
The intention is to not release a 1.0 version until Windows support is added.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jless"
3-
version = "0.1.0"
3+
version = "0.7.0"
44
authors = ["Paul Julius Martinez <pauljuliusmartinez@gmail.com>"]
55
license = "MIT"
66
description = "A command-line JSON viewer"

0 commit comments

Comments
 (0)