Skip to content

Commit f5dc359

Browse files
authored
Update files for release (#27)
1 parent 66aa86a commit f5dc359

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.2.0] - 2019-10-13
4+
5+
* Add dominant and minor 7th chords.
6+
37
## [0.1.0] - 2019-10-02
48

59
Initial version that

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.1.0"
3+
version = "0.2.0"
44
authors = ["Anett Seeker"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ ARGS:
3232
Currently, `ukebox` can handle the following types of chords:
3333

3434
* major chords, e.g. `C`, `D#`, `Eb`
35-
* minor chords, e.g. `Cm`, `D#m`, `Ebm`
35+
* minor chords, e.g. `Cm`, `D#m`, `Ebm`
36+
* dominant 7th chords, e.g. `C7`, `D#7`, `Eb7`
37+
* minor 7th chords, e.g. `Cm7`, `D#m7`, `Ebm7`
3638

3739
More types of chords will be supported in future versions.
3840

0 commit comments

Comments
 (0)