Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noeddl committed Feb 6, 2021
1 parent acb9576 commit 6de17d5
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 43 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## [Unreleased]
## [0.6.0] - 2021-02-06

* 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)).

## [0.5.0] - 2020-01-02
## [0.5.0] - 2021-01-02

* Add subcommand `name` for looking up the chord name(s) corresponding to a given chord fingering ([#18](https://github.com/noeddl/ukebox/issues/18)).
* Move the existing functionality of looking up chord charts to a new subcommand called `chart`.
Expand Down
123 changes: 83 additions & 40 deletions 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 = "ukebox"
version = "0.5.0"
version = "0.6.0"
authors = ["Anett Seeker"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6de17d5

Please sign in to comment.