Skip to content

Commit

Permalink
Merge branch 'v1.0.1-branch'
Browse files Browse the repository at this point in the history
  • Loading branch information
djw8605 committed Apr 26, 2023
2 parents 888956a + 8fb7d09 commit 3b183c1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required( VERSION 3.10)

project( scitokens-cpp
DESCRIPTION "A C++ Library to interface to scitokens"
VERSION 0.7.0
VERSION 1.0.1
LANGUAGES CXX)

option( SCITOKENS_BUILD_UNITTESTS "Build the scitokens-cpp unit tests" OFF )
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
scitokens-cpp (1.0.1-1) stable; urgency=medium

* Fix bug in generate acls which would cause a timeout

-- Derek Weitzel <[email protected]> Wed, 26 Apr 2023 12:00:00 -0600

scitokens-cpp (1.0.0-1) stable; urgency=medium

* Add async API for parsing and verifying tokens
Expand Down
4 changes: 2 additions & 2 deletions debian/scitokens-cpp.dsc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# created by obsupdate.sh, do not edit by hand
Debtransform-Tar: scitokens-cpp-1.0.0.tar.gz
Debtransform-Tar: scitokens-cpp-1.0.1.tar.gz
Format: 3.0
Version: 1.0.0.1-1
Version: 1.0.1.1-1
Binary: scitokens-cpp
Source: scitokens-cpp
Section: science
Expand Down
5 changes: 4 additions & 1 deletion rpm/scitokens-cpp.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: scitokens-cpp
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: C++ Implementation of the SciTokens Library
License: ASL 2.0
Expand Down Expand Up @@ -66,6 +66,9 @@ Requires: %{name}%{?_isa} = %{version}
%dir %{_includedir}/scitokens

%changelog
* Wed Apr 26 2023 Derek Weitzel <[email protected]> - 1.0.1-1
- Fix bug in generate acls which would cause a timeout

* Tue Mar 21 2023 Derek Weitzel <[email protected]> - 1.0.0-1
- Add async API for parsing and verifying tokens
- Add configuration API
Expand Down

0 comments on commit 3b183c1

Please sign in to comment.