Skip to content

Commit 6de17d5

Browse files
committed
Release 0.6.0
1 parent acb9576 commit 6de17d5

File tree

3 files changed

+86
-43
lines changed

3 files changed

+86
-43
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.6.0] - 2021-02-06
44

55
* Add command line option `--transpose` to specify a number of semitones to be added or subtracted before printing the chord chart ([#24](https://github.com/noeddl/ukebox/issues/24)).
66

7-
## [0.5.0] - 2020-01-02
7+
## [0.5.0] - 2021-01-02
88

99
* Add subcommand `name` for looking up the chord name(s) corresponding to a given chord fingering ([#18](https://github.com/noeddl/ukebox/issues/18)).
1010
* Move the existing functionality of looking up chord charts to a new subcommand called `chart`.

Cargo.lock

Lines changed: 83 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ukebox"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Anett Seeker"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)