1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

updated changelog

This commit is contained in:
Bastian Venthur
2023-04-16 10:49:06 +02:00
parent e765d6b717
commit 128d3f032d
3 changed files with 22 additions and 2 deletions

20
debian/changelog vendored
View File

@@ -1,3 +1,23 @@
blag (1.5.0) unstable; urgency=medium
* new upstream version
* moved to pyproject.toml
* added python 3.11 to test suite
* break out lint and mypy from test matrix and only run on linux- and latest
stable python to make it a bit more efficient
* added dependabot check for github actions
* updated dependencies:
* mypy 1.2.0
* types-markdown 3.4.2.1
* pytest-cov 4.0.0
* sphinx 5.3.0
* pytest 7.3.0
* flake8 6.0.0
* twine 4.0.2
* wheel 0.40.0
-- Bastian Venthur <venthur@debian.org> Sun, 16 Apr 2023 10:48:18 +0200
blag (1.4.1) unstable; urgency=medium
* Applied multi-arch fix by debian-janitor