Release 0.3.2
Some checks reported errors
builds.sr.ht/38 Job failed
builds.sr.ht/39 Job failed
builds.sr.ht/main Job failed
builds.sr.ht/9 Job completed

This commit is contained in:
Maxwell G 2024-08-06 20:18:05 -05:00
commit d50d9af9ac
Signed by: gotmax23
GPG key ID: F79E4E25E8C661F8
2 changed files with 11 additions and 1 deletions

View file

@ -6,6 +6,13 @@ SPDX-License-Identifier: GPL-1.0-or-later
NEWS
========
## 0.3.2 - 2024-08-07 <a id='0.3.2'></a>
### Removed
- `forgeversion`: entirely remove warning when `Version:` is set after `Release:`.
This started causing false positives and confusing users.
## 0.3.1 - 2024-04-10 <a id='0.3.1'></a>
- `forgeversion`: make `Version:` set after `Release:` a warning instead of an

View file

@ -4,7 +4,7 @@
%bcond tests 1
Name: forge-srpm-macros
Version: 0.3.1
Version: 0.3.2
Release: 1%{?dist}
Summary: Macros to simplify packaging of forge-hosted projects
@ -78,6 +78,9 @@ export MACRO_LUA_DIR="%{buildroot}%{_rpmluadir}"
%changelog
* Wed Aug 7 2024 Maxwell G <maxwell@gtmx.me> - 0.3.2-1
- Update to 0.3.2.
* Wed Apr 10 2024 Maxwell G <maxwell@gtmx.me> - 0.3.1-1
- Update to 0.3.1.