Skip to content

Commit b1c37da

Browse files
committed
Bumping version to 1.0.2
1 parent 59bd943 commit b1c37da

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required( VERSION 3.10)
33

44
project( scitokens-cpp
55
DESCRIPTION "A C++ Library to interface to scitokens"
6-
VERSION 1.0.1
6+
VERSION 1.0.2
77
LANGUAGES CXX)
88

99
option( SCITOKENS_BUILD_UNITTESTS "Build the scitokens-cpp unit tests" OFF )

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
scitokens-cpp (1.0.2-1) stable; urgency=medium
2+
3+
* Add support for API-configurable cache home
4+
* Fix enforcer_acl_free logic
5+
* scitokens_internal: catch matching exception type after jwt-cpp update
6+
7+
-- Derek Weitzel <dweitzel@unl.edu> Thu, 15 Jun 2023 12:00:00 -0500
8+
19
scitokens-cpp (1.0.1-1) stable; urgency=medium
210

311
* Fix bug in generate acls which would cause a timeout

debian/scitokens-cpp.dsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# created by obsupdate.sh, do not edit by hand
2-
Debtransform-Tar: scitokens-cpp-1.0.1.tar.gz
2+
Debtransform-Tar: scitokens-cpp-1.0.2.tar.gz
33
Format: 3.0
4-
Version: 1.0.1.1-1
4+
Version: 1.0.2.1-1
55
Binary: scitokens-cpp
66
Source: scitokens-cpp
77
Section: science

rpm/scitokens-cpp.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: scitokens-cpp
2-
Version: 1.0.1
2+
Version: 1.0.2
33
Release: 1%{?dist}
44
Summary: C++ Implementation of the SciTokens Library
55
License: ASL 2.0
@@ -66,6 +66,11 @@ Requires: %{name}%{?_isa} = %{version}
6666
%dir %{_includedir}/scitokens
6767

6868
%changelog
69+
* Thu Jun 15 2023 Derek Weitzel <dweitzel@unl.edu> - 1.0.2-1
70+
- Add support for API-configurable cache home
71+
- Fix enforcer_acl_free logic
72+
- scitokens_internal: catch matching exception type after jwt-cpp update
73+
6974
* Wed Apr 26 2023 Derek Weitzel <dweitzel@unl.edu> - 1.0.1-1
7075
- Fix bug in generate acls which would cause a timeout
7176

0 commit comments

Comments
 (0)