Skip to content

Commit

Permalink
Document the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Jun 10, 2024
1 parent 6d3b76d commit a4ed6ab
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,27 @@ Bug fixes:

For packagers:

* The minimum Python version is now 3.8.
* The minimum supported Python version is now 3.8.

Other changes:

* :doc:`contributing`: The project now uses `poetry` for packaging and
dependency management. This change affects project management and mostly
affects beets developers. Please see updates in :ref:`getting-the-source` and
:ref:`testing` for more information.
* :doc:`contributing`: Since `poetry` now manages local virtual environments,
`tox` has been replaced by a task runner `poethepoet`. This change affects
beets developers and contributors. Please see updates in the
:ref:`development-tools` section for more details. Type ``poe`` while in
the project directory to see the available commands.
* Installation instructions have been made consistent across plugins
documentation. Users should simply install `beets` with an `extra` of the
corresponding plugin name in order to install extra dependencies for that
plugin.
* GitHub workflows have been reorganised for clarity: style, linting, type and
docs checks now live in separate jobs and are named accordingly.
* Added caching for dependency installation in all CI jobs which speeds them up
a bit, especially the tests.

2.0.0 (May 30, 2024)
--------------------
Expand Down

0 comments on commit a4ed6ab

Please sign in to comment.