Skip to content

Commit

Permalink
Bumping versions to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djw8605 committed Apr 26, 2023
1 parent fcced75 commit 8fb7d09
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 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
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
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
* Add configuration API
* Make nbf claim optional for non-scitokens tokens
* Update to OpenSSL 3.0

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

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

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 8fb7d09

Please sign in to comment.