Release 0.2.0
Some checks reported errors
builds.sr.ht/37 Job failed
builds.sr.ht/38 Job failed
builds.sr.ht/39 Job failed
builds.sr.ht/main Job failed

This commit is contained in:
Maxwell G 2023-12-07 05:46:17 +00:00
commit cd071c62e0
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.2.0 - 2023-12-07 <a id='0.2.0'></a>
### Added
- Allow specifying a custom forge scheme
## 0.1.0 - 2023-09-04 <a id='0.1.0'></a>
### Added

View file

@ -4,7 +4,7 @@
%bcond tests 1
Name: forge-srpm-macros
Version: 0.1.0
Version: 0.2.0
Release: 1%{?dist}
Summary: Macros to simplify packaging of forge-hosted projects
@ -60,6 +60,9 @@ export MACRO_LUA_DIR="%{buildroot}%{_rpmluadir}"
%changelog
* Thu Dec 7 2023 Maxwell G <maxwell@gtmx.me> - 0.2.0-1
- Update to 0.2.0.
* Mon Sep 4 2023 Maxwell G <maxwell@gtmx.me> - 0.1.0-1
- Update to 0.1.0.