Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Jul 26, 2020
1 parent c763f4e commit 9abb0e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- n/a

## [1.4.0] - 2020-07-27

### Added
- Added rpm2cpio fallback during RPM unpacking. This improves compatibility when RPMs
built with a newer OS are handled via alt-src on an older OS (though compatibility
is still not guaranteed).

## [1.3.0] - 2020-06-11

### Changed
Expand Down Expand Up @@ -36,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release to PyPI

[Unreleased]: https://github.com/release-engineering/alt-src/compare/v1.3.0...HEAD
[1.1.0]: https://github.com/release-engineering/alt-src/compare/v1.0.0...v1.1.0
[Unreleased]: https://github.com/release-engineering/alt-src/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/release-engineering/alt-src/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/release-engineering/alt-src/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/release-engineering/alt-src/compare/v1.1.0...v1.2.0
[1.3.0]: https://github.com/release-engineering/alt-src/compare/v1.1.0...v1.3.0
[1.1.0]: https://github.com/release-engineering/alt-src/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_long_description():

setup(
name="alt-src",
version="1.3.0",
version="1.4.0",
packages=find_packages(exclude=["tests"]),
url="https://github.com/release-engineering/alt-src",
license="GNU General Public License",
Expand Down

0 comments on commit 9abb0e5

Please sign in to comment.