Update CHANGELOG
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
v0.11.11.dev1
|
||||
=============
|
||||
v0.11.11
|
||||
========
|
||||
|
||||
.. TODO in next release:
|
||||
.. * A man page has been added. Contributed by @baldurmen.
|
||||
@@ -21,9 +21,12 @@ v0.11.11.dev1
|
||||
**Infrastructure**
|
||||
|
||||
* Convert entirely over to ``poetry`` from ``setuptools`` for building and
|
||||
developing and updated the documentation accordingly.
|
||||
deploying and updated the documentation accordingly.
|
||||
* Add a custom check to ensure that the version in ``pyproject.toml`` matches
|
||||
with the other instances of the version.
|
||||
* Converted to using the ``flatpak-poetry-generator`` instead of the
|
||||
``flatpak-pip-generator`` for Flatpak builds. Thanks to @BenjaminSchaaf for
|
||||
the contribution.
|
||||
* Improvements to the sourcehut build pipelines.
|
||||
* Improvements to the shell.nix for development.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "sublime_music"
|
||||
version = "0.11.11.dev1"
|
||||
version = "0.11.11"
|
||||
description = "A native GTK *sonic client."
|
||||
license = "GPL-3.0-or-later"
|
||||
authors = ["Sumner Evans <inquiries@sumnerevans.com>"]
|
||||
|
@@ -1 +1 @@
|
||||
__version__ = "0.11.11.dev1"
|
||||
__version__ = "0.11.11"
|
||||
|
Reference in New Issue
Block a user