diff --git a/.tito/packages/tito b/.tito/packages/tito index 345df058..37a2c8f0 100644 --- a/.tito/packages/tito +++ b/.tito/packages/tito @@ -1 +1 @@ -0.6.24-1 ./ +0.6.25-1 ./ diff --git a/setup.py b/setup.py index 3e74125a..c9cd52f4 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="tito", - version='0.6.24', + version='0.6.25', description='A tool for managing rpm based git projects.', long_description=long_description, long_description_content_type="text/markdown", diff --git a/src/tito/__init__.py b/src/tito/__init__.py index 707f5b80..46dbc121 100644 --- a/src/tito/__init__.py +++ b/src/tito/__init__.py @@ -19,4 +19,4 @@ Infrastructure for building Spacewalk and Satellite packages from git tags. """ -__version__ = '0.6.24' +__version__ = '0.6.25' diff --git a/tito.spec b/tito.spec index ef1720c5..8e25afd3 100644 --- a/tito.spec +++ b/tito.spec @@ -16,7 +16,7 @@ %endif Name: tito -Version: 0.6.24.post1 +Version: 0.6.25 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -119,6 +119,17 @@ install -Dp -m 0644 share/tito_completion.sh %{buildroot}%{_datadir}/bash-comple %changelog +* Sun Jan 28 2024 Jakub Kadlcik +- Use rpm.ds instead of deprecated hdr.dsFromHeader (frostyx@email.cz) +- Support branch aliases in releasers (frostyx@email.cz) +- Document how to automate bodhi updates (msuchy@redhat.com) +- Use raw strings for regex patterns (frostyx@email.cz) +- Allow tito build without .tito directory (frostyx@email.cz) +- Unify README and index.md (msuchy@redhat.com) +- Fix PEP8 issues found by runtests.py (frostyx@email.cz) +- Replace egrep with grep -E (frostyx@email.cz) +- Don't use --cacheonly on DNF5 (frostyx@email.cz) + * Sat Jul 08 2023 Jakub Kadlcik 0.6.24-1 - Will now copy both source files and patch files declared in the spec - Fix UpstreamBuilder deprecation warning (#461) (frostyx@email.cz)