Skip to content

Commit

Permalink
Release python-ly 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanas committed Jun 16, 2023
1 parent 8f3eec3 commit 608c66c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ defined at the bottom of this file.

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

## [0.9.8] - 2023-06-15

### Added

- Add list of string tunings (#149)

### Changed

- Add LilyPond 2.24 words (#151)
- Require Python 3.8 (#156)
- Move packaging metadata to `pyproject.toml` (#155)

### Fixed

- Fix `\set` highlighted on its own in `\set-abcd` and similar
cases (#150)


## [0.9.7] - 2020-12-25

Expand Down Expand Up @@ -236,3 +253,4 @@ Initial release.
[0.9.5]: https://github.com/frescobaldi/frescobaldi/compare/v0.9.4..v0.9.5
[0.9.6]: https://github.com/frescobaldi/frescobaldi/compare/v0.9.5..v0.9.6
[0.9.7]: https://github.com/frescobaldi/frescobaldi/compare/v0.9.6..v0.9.7
[0.9.8]: https://github.com/frescobaldi/frescobaldi/compare/v0.9.7..v0.9.8
2 changes: 1 addition & 1 deletion ly/pkginfo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Meta-information about the LY package."""

version = "0.9.7"
version = "0.9.8"

0 comments on commit 608c66c

Please sign in to comment.