Skip to content

Commit 6f3b7bb

Browse files
v0.8.0 Release
1 parent bd9ca89 commit 6f3b7bb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
latest
2-
======
1+
v0.8.0 (2022-03-10)
2+
===================
33

44
New features:
55
- Implement `ctrl-u` and `ctrl-d` commands to jump up and down by half
@@ -37,7 +37,6 @@ Other Notes:
3737
https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
3838

3939

40-
4140
v0.7.2 (2022-02-20)
4241
==================
4342

@@ -68,6 +67,7 @@ Internal code cleanup:
6867
- Remove chunks of unused code, including serde dependency
6968
- Fix typos in help page
7069

70+
7171
v0.7.0 (2022-02-06)
7272
==================
7373

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jless"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
authors = ["Paul Julius Martinez <[email protected]>"]
55
license = "MIT"
66
description = "A command-line JSON viewer"

0 commit comments

Comments
 (0)