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

This commit is contained in:
Maxwell G 2024-09-27 16:04:13 -05:00
commit 07464ee0ec
Signed by: gotmax23
GPG key ID: F79E4E25E8C661F8
2 changed files with 10 additions and 1 deletions

View file

@ -6,6 +6,12 @@ SPDX-License-Identifier: GPL-1.0-or-later
NEWS
========
## 0.4.0 - 2024-09-27 <a id='0.4.0'></a>
### Added
- Add support for go.googlesource.com forge
## 0.3.2 - 2024-08-07 <a id='0.3.2'></a>
### Removed

View file

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