Skip to content

Commit 3afbcdf

Browse files
committed
0.9.10 release
1 parent 3aecbd5 commit 3afbcdf

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ 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-03
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+
- Fix tests errors (#189)
17+
18+
### Changed
19+
20+
- License changed from GPL-2.0-or-later to GPL-3.0-or-later (#187)
21+
22+
1023
## [0.9.9] - 2025-01-04
1124

1225
### Changed
@@ -255,7 +268,7 @@ All notable changes to the python-ly project are documented in this file.
255268
Initial release.
256269

257270

258-
271+
[0.9.10]: https://github.com/frescobaldi/python-ly/compare/v0.9.9...v0.9.10
259272
[0.9.9]: https://github.com/frescobaldi/python-ly/compare/v0.9.8...v0.9.9
260273
[0.9.8]: https://github.com/frescobaldi/python-ly/compare/v0.9.7...v0.9.8
261274
[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)