Update to 1.15.1 upstream release

Upstream tag: 1.15.1
Upstream commit: 460154b0

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Packit 2026-03-09 08:37:16 +00:00
commit bb3296eae9

View file

@ -78,6 +78,9 @@ cp files/bash-completion/packit %{buildroot}%{bash_completions_dir}/packit
%doc README.md
%changelog
* Mon Mar 09 2026 Packit <hello@packit.dev> - 1.15.1-1
- We have fixed a bug that prevented running `sync_release()` on a `PackitAPI` instance initialized with `non_git_upstream=True` repeatedly due to an improper clean-up. (#2691)
* Fri Mar 06 2026 Packit <hello@packit.dev> - 1.15.1-1
- We have fixed a bug that prevented running `sync_release()` on a `PackitAPI` instance initialized with `non_git_upstream=True` repeatedly due to an improper clean-up. (#2691)
- Resolves: rhbz#2445195