Release 0.4.0
This commit is contained in:
parent
8114059d7e
commit
07464ee0ec
2 changed files with 10 additions and 1 deletions
6
NEWS.md
6
NEWS.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue