Skip to content

Commit

Permalink
🔖 release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uzimaru0000 committed Sep 20, 2021
1 parent 60323f3 commit 94b67c1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# Changelog
All notable changes to this project will be documented in this file.

## [v0.5.3](https://github.com/uzimaru0000/tv/releases/tag/v0.5.3) - 2021-09-12
## [v0.6.0](https://github.com/uzimaru0000/tv/releases/tag/v0.6.0) - 2021-09-20

### Bug Fixes

- :bug: fixed sorted when -r option
([06eb9d3](https://github.com/uzimaru0000/tv/commit/06eb9d3d3fd7cc608c6fc65be042f7f038d70a9f))

### Features

- :sparkles: Can use nested sort key
([2bba300](https://github.com/uzimaru0000/tv/commit/2bba300828ace070aab4cab590aba01cd70d920e))

### Miscellaneous Tasks

- :adhesive_bandage: fix actions
([784f569](https://github.com/uzimaru0000/tv/commit/784f569366a9f9d654f000cd55a3e9129f8127f1))

## [v0.5.3](https://github.com/uzimaru0000/tv/releases/tag/v0.5.3) - 2021-09-14

### Features

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tv-cli"
version = "0.5.3"
version = "0.6.0"
authors = ["uzimaru0000 <shuji365630@gmail.com>"]
edition = "2018"
description = "Format json into table view"
Expand Down

0 comments on commit 94b67c1

Please sign in to comment.