Skip to content

Commit 8fb7d09

Browse files
committed
Bumping versions to 1.0.1
1 parent fcced75 commit 8fb7d09

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CMakeLists.txt

+1-1
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 0.7.0
6+
VERSION 1.0.1
77
LANGUAGES CXX)
88

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

debian/changelog

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
scitokens-cpp (1.0.1-1) stable; urgency=medium
2+
3+
* Fix bug in generate acls which would cause a timeout
4+
5+
-- Derek Weitzel <[email protected]> Wed, 26 Apr 2023 12:00:00 -0600
6+
17
scitokens-cpp (1.0.0-1) stable; urgency=medium
28

39
* Add async API for parsing and verifying tokens
410
* Add configuration API
511
* Make nbf claim optional for non-scitokens tokens
612
* Update to OpenSSL 3.0
713

8-
-- Derek Weitzel <[email protected]> Tue, 21 Mar 2021 12:00:00 -0600
14+
-- Derek Weitzel <[email protected]> Tue, 21 Mar 2023 12:00:00 -0600
915

1016
scitokens-cpp (0.7.3-1) stable; urgency=medium
1117

debian/scitokens-cpp.dsc

+2-2
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.0.tar.gz
2+
Debtransform-Tar: scitokens-cpp-1.0.1.tar.gz
33
Format: 3.0
4-
Version: 1.0.0.1-1
4+
Version: 1.0.1.1-1
55
Binary: scitokens-cpp
66
Source: scitokens-cpp
77
Section: science

rpm/scitokens-cpp.spec

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

6868
%changelog
69+
* Wed Apr 26 2023 Derek Weitzel <[email protected]> - 1.0.1-1
70+
- Fix bug in generate acls which would cause a timeout
71+
6972
* Tue Mar 21 2023 Derek Weitzel <[email protected]> - 1.0.0-1
7073
- Add async API for parsing and verifying tokens
7174
- Add configuration API

0 commit comments

Comments
 (0)