Skip to content

Commit 5c609a4

Browse files
committed
gridly: Bump version number to 0.5.1
1 parent a0ca0cb commit 5c609a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ly/gridly/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
GridLY - Changelog
22
==================
33

4+
* 0.5.1
5+
6+
- Add support for lyrics in `opening` and `closing`. See issue #113
7+
48
* 0.5.0
59

610
- Add bar number handling. See issue #101

ly/gridly/__init__.ily

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

2020
%%% Initialization of the GridLY library
2121

22-
#(define gridly-version "0.5.0")
22+
#(define gridly-version "0.5.1")
2323

2424
%%% The association list holding all the music.
2525
#(if (not (defined? 'music-grid))

0 commit comments

Comments
 (0)