Skip to content

Commit

Permalink
Release 0.26.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <nforro@redhat.com>
  • Loading branch information
nforro committed Sep 27, 2021
1 parent b23bd54 commit 6cb49fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## [0.26.0] - 2021-09-27
### Added
- Added support for SPEC files with no Source tags

### Fixed
- Fixed traceback on setting original locale
- `rpmdiff` is now called with long options to workaround a bug in argument parsing

### Changed
- Employed Github Actions for CI and PyPI deployment
- Character encoding is now explicitly specified everywhere, to conform with PEP597
- Made `copr` project creation more robust

## [0.25.0] - 2021-07-13
### Added
- Added lookaside cache preset for **centpkg**
Expand Down
5 changes: 4 additions & 1 deletion rebase-helper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global pkgname rebasehelper

Name: rebase-helper
Version: 0.25.0
Version: 0.26.0
Release: 1%{?dist}
Summary: The tool that helps you to rebase your package to the latest version

Expand Down Expand Up @@ -103,6 +103,9 @@ PYTHONPATH=$(pwd) py.test-3 -v %{pkgname}


%changelog
* Mon Sep 27 2021 Nikola Forró <nforro@redhat.com> - 0.26.0-1
- New release 0.26.0

* Tue Jul 13 2021 Nikola Forró <nforro@redhat.com> - 0.25.0-1
- New release 0.25.0

Expand Down

0 comments on commit 6cb49fd

Please sign in to comment.