Release 0.3.2
This commit is contained in:
parent
d8a5b8c184
commit
d50d9af9ac
2 changed files with 11 additions and 1 deletions
7
NEWS.md
7
NEWS.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue