diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e00fb6..a29667c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.3.0 + +- Made `Sources` a `MutableSequence` (#36) +- Started using consistent terminology for source numbers and added the option to insert a source with a specific number (#47) +- Added support for implicit source numbering (#48) +- Documented sources and `%prep` macros in README (#49) +- Implemented high-level manipulation of version and release (#54) +- Added support for `%autochangelog` (#56) +- Added `remote` property to sources and enabled addition of `Sources` (#59) +- Implemented mid-level manipulation of `%prep` section, including modification of `%prep` macros (#37, #52) + # 0.2.0 - Enabled Zuul CI (#8) diff --git a/epel/python-specfile.spec b/epel/python-specfile.spec index 7f2c7f5..53c941c 100644 --- a/epel/python-specfile.spec +++ b/epel/python-specfile.spec @@ -5,7 +5,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.2.0 +Version: 0.3.0 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -60,6 +60,9 @@ rm -rf specfile.egg-info %changelog +* Tue May 10 2022 Nikola Forró - 0.3.0-1 +- New upstream release 0.3.0 + * Wed Mar 30 2022 Nikola Forró - 0.2.0-1 - New upstream release 0.2.0 diff --git a/fedora/python-specfile.spec b/fedora/python-specfile.spec index 83adf76..00db45c 100644 --- a/fedora/python-specfile.spec +++ b/fedora/python-specfile.spec @@ -5,7 +5,7 @@ in a minimal diff.} Name: python-specfile -Version: 0.2.0 +Version: 0.3.0 Release: 1%{?dist} Summary: A library for parsing and manipulating RPM spec files @@ -57,6 +57,9 @@ Summary: %{summary} %changelog +* Tue May 10 2022 Nikola Forró - 0.3.0-1 +- New upstream release 0.3.0 + * Wed Mar 30 2022 Nikola Forró - 0.2.0-1 - New upstream release 0.2.0