Skip to content

Commit 608c66c

Browse files
committed
Release python-ly 0.9.8
1 parent 8f3eec3 commit 608c66c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ 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.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

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.7"
3+
version = "0.9.8"

0 commit comments

Comments
 (0)