File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ defined at the bottom of this file.
77
88All notable changes to the python-ly project are documented in this file.
99
10+ ## [ 0.9.8] - 2023-06-15
11+
12+ ### Added
13+
14+ - Add list of string tunings (#149 )
15+
16+ ### Changed
17+
18+ - Add LilyPond 2.24 words (#151 )
19+ - Require Python 3.8 (#156 )
20+ - Move packaging metadata to ` pyproject.toml ` (#155 )
21+
22+ ### Fixed
23+
24+ - Fix ` \set ` highlighted on its own in ` \set-abcd ` and similar
25+ cases (#150 )
26+
1027
1128## [ 0.9.7] - 2020-12-25
1229
@@ -236,3 +253,4 @@ Initial release.
236253[ 0.9.5 ] : https://github.com/frescobaldi/frescobaldi/compare/v0.9.4..v0.9.5
237254[ 0.9.6 ] : https://github.com/frescobaldi/frescobaldi/compare/v0.9.5..v0.9.6
238255[ 0.9.7 ] : https://github.com/frescobaldi/frescobaldi/compare/v0.9.6..v0.9.7
256+ [ 0.9.8 ] : https://github.com/frescobaldi/frescobaldi/compare/v0.9.7..v0.9.8
Original file line number Diff line number Diff line change 11"""Meta-information about the LY package."""
22
3- version = "0.9.7 "
3+ version = "0.9.8 "
You can’t perform that action at this time.
0 commit comments