Skip to content

Commit 50609a9

Browse files
authored
Release 0.1.0 (#23)
* Check in Cargo.lock * Update Cargo.toml * Update help texts * Update README * Add changelog * Add licence files * Add and clean up tests
1 parent 108b246 commit 50609a9

File tree

12 files changed

+907
-41
lines changed

12 files changed

+907
-41
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
1111
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
12-
Cargo.lock
12+
# Cargo.lock
1313

1414
# These are backup files generated by rustfmt
1515
**/*.rs.bk

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.0] - 2019-10-02
4+
5+
Initial version that
6+
7+
* can handle basic major and minor chords and
8+
* allows the definition of a minimum fret.

0 commit comments

Comments
 (0)