From a26edac4e6f1eea4dd73f267ecb993bcaf6d8249 Mon Sep 17 00:00:00 2001 From: Dominika Hodovska <31201372+dhodovsk@users.noreply.github.com> Date: Oct 01 2020 10:00:00 +0000 Subject: Merge pull request #980 from packit/0.17.0-release 0.17.0 release --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa6a13..fd924a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 0.17.0 + +## Minor changes and fixes + +- When adding patches to a specfile, the numbering of source-git patches begins after original patches. +- It is now possible to use globbing pattern when specifying ref in packit config. +- `upstream_tag_template` is now used for extracting version from git tag. +- Specifiying project using CLI is fixed. +- Packit doesn't drop leading zeros in version strings. +- Our contribution guidelines are cleaned up. +- `--remote` option is now global and available to all the commands. +- `sync-from-downstream --remote` was renamed to `--remote-to-push`. +- `--remote` can now be specified in user's config (via + `upstream_git_remote` parameter). +- packit is now able to generate a patch file with format-patch without leading a/ and b/ in the patch diff. + # 0.16.0 ## Minor changes and fixes diff --git a/packit.spec b/packit.spec index ed27028..387e7a5 100644 --- a/packit.spec +++ b/packit.spec @@ -2,7 +2,7 @@ %global real_name packit Name: %{real_name} -Version: 0.16.0 +Version: 0.17.0 Release: 1%{?dist} Summary: A tool for integrating upstream projects with Fedora operating system @@ -78,6 +78,9 @@ mv %{buildroot}%{_datadir}/bash_completion/completions/packit %{buildroot}%{_dat %{python3_sitelib}/* %changelog +* Tue Sep 29 2020 Dominika Hodovska - 0.17.0-1 +- new upstream release 0.17.0 + * Wed Sep 02 2020 Matej Focko - 0.16.0-1 - new upstream release 0.16.0