diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-27 21:22:39 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-27 21:22:39 +0200 |
commit | 9e88840417cb4da618e3aaf8e3f954d27f8c1523 (patch) | |
tree | 5814a644a1f6167809c7e7bbc82b5a7c78548255 | |
parent | Add `make dev-environment` to simplify setup for devs. (diff) | |
download | pkgcore-9e88840417cb4da618e3aaf8e3f954d27f8c1523.tar.gz pkgcore-9e88840417cb4da618e3aaf8e3f954d27f8c1523.tar.bz2 pkgcore-9e88840417cb4da618e3aaf8e3f954d27f8c1523.zip |
new release 0.12.26v0.12.26
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | NEWS.rst | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -3,6 +3,16 @@ Release Notes ============= ---------------------------- +pkgcore 0.12.26 (2024-03-27) +---------------------------- + +- various fixes and refactors to code (Brian Harring, #428) + +- add missing authors to ``pyproject.toml`` file (Brian Harring, #429) + +- add support for ``git@`` urls for sync purposes (Vitaly Zdanevich, #434) + +---------------------------- pkgcore 0.12.25 (2024-01-15) ---------------------------- |