Skip to content

Commit

Permalink
Update files for release (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
noeddl committed Oct 13, 2019
1 parent 66aa86a commit f5dc359
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.2.0] - 2019-10-13

* Add dominant and minor 7th chords.

## [0.1.0] - 2019-10-02

Initial version that
Expand Down
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.1.0"
version = "0.2.0"
authors = ["Anett Seeker"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ ARGS:
Currently, `ukebox` can handle the following types of chords:

* major chords, e.g. `C`, `D#`, `Eb`
* minor chords, e.g. `Cm`, `D#m`, `Ebm`
* minor chords, e.g. `Cm`, `D#m`, `Ebm`
* dominant 7th chords, e.g. `C7`, `D#7`, `Eb7`
* minor 7th chords, e.g. `Cm7`, `D#m7`, `Ebm7`

More types of chords will be supported in future versions.

Expand Down

0 comments on commit f5dc359

Please sign in to comment.