Skip to content

Commit 52dbda4

Browse files
committed
Bump version and add changelog entry
1 parent e0e2301 commit 52dbda4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.10
1+
VERSION = 0.11
22
NAME=hosted-ce-tools
33
NAME_VERSION=$(NAME)-$(VERSION)
44
HASH = $(shell git rev-parse HEAD)

rpm/hosted-ce-tools.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global debug_package %{nil}
22
Summary: Tools for managing OSG Hosted CEs
33
Name: hosted-ce-tools
4-
Version: 0.10
4+
Version: 0.11
55
Release: 1%{?dist}
66
License: Apache 2.0
77
Url: https://github.com/opensciencegrid/hosted-ce-tools
@@ -56,6 +56,10 @@ systemctl daemon-reload
5656

5757

5858
%changelog
59+
* Wed Mar 02 2022 Mátyás Selmeci <[email protected]> - 0.11-1
60+
- Generalize cvmfsexec-osg-wrapper (SOFTWARE-4722)
61+
- Have make-cvmfsexec-tarball generate a multiplatform tarball
62+
5963
* Mon Oct 25 2021 Mátyás Selmeci <[email protected]> - 0.10-1
6064
- Add cvmfsexec-osg-wrapper and make-cvmfsexec-tarball
6165

0 commit comments

Comments
 (0)