Release 0.3.1
This commit is contained in:
parent
9e9ff33b6e
commit
a2fe6e5923
2 changed files with 9 additions and 1 deletions
5
NEWS.md
5
NEWS.md
|
|
@ -6,6 +6,11 @@ SPDX-License-Identifier: GPL-1.0-or-later
|
|||
NEWS
|
||||
========
|
||||
|
||||
## 0.3.1 - 2024-04-10 <a id='0.3.1'></a>
|
||||
|
||||
- `forgeversion`: make `Version:` set after `Release:` a warning instead of an
|
||||
error to make parsing more resilient
|
||||
|
||||
## 0.3.0 - 2024-03-02 <a id='0.3.0'></a>
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
%bcond tests 1
|
||||
|
||||
Name: forge-srpm-macros
|
||||
Version: 0.3.0
|
||||
Version: 0.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Macros to simplify packaging of forge-hosted projects
|
||||
|
||||
|
|
@ -78,6 +78,9 @@ export MACRO_LUA_DIR="%{buildroot}%{_rpmluadir}"
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 10 2024 Maxwell G <maxwell@gtmx.me> - 0.3.1-1
|
||||
- Update to 0.3.1.
|
||||
|
||||
* Sat Mar 2 2024 Maxwell G <maxwell@gtmx.me> - 0.3.0-1
|
||||
- Update to 0.3.0.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue