Skip to content

Commit 7f8880d

Browse files
committed
0.9.10 release
1 parent 11609c4 commit 7f8880d

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ defined at the bottom of this file.
77

88
All notable changes to the python-ly project are documented in this file.
99

10+
## [0.9.10] - 2026-04-02
11+
12+
### Fixed
13+
14+
- Add more robust logic to find the last Bar in a ScorePart (#180)
15+
- ly2xml, check that list is not empty before working on it (#184). This fixes an error when exporting a LilyPond file to MusicXML: frescobaldi/frescobaldi#1712
16+
17+
### Changed
18+
19+
- License changed from GPL-2.0-or-later to GPL-3.0-or-later (#187)
20+
21+
1022
## [0.9.9] - 2025-01-04
1123

1224
### Changed
@@ -255,7 +267,7 @@ All notable changes to the python-ly project are documented in this file.
255267
Initial release.
256268

257269

258-
270+
[0.9.10]: https://github.com/frescobaldi/python-ly/compare/v0.9.9...v0.9.10
259271
[0.9.9]: https://github.com/frescobaldi/python-ly/compare/v0.9.8...v0.9.9
260272
[0.9.8]: https://github.com/frescobaldi/python-ly/compare/v0.9.7...v0.9.8
261273
[0.9.7]: https://github.com/frescobaldi/python-ly/compare/v0.9.6...v0.9.7

ly/pkginfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Meta-information about the LY package."""
22

3-
version = "0.9.9"
3+
version = "0.9.10"

0 commit comments

Comments
 (0)