Skip to content

Commit

Permalink
Bumping version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djw8605 committed Jun 16, 2023
1 parent 59bd943 commit b1c37da
Show file tree
Hide file tree
Showing 4 changed files with 17 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 1.0.1
VERSION 1.0.2
LANGUAGES CXX)

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

* Add support for API-configurable cache home
* Fix enforcer_acl_free logic
* scitokens_internal: catch matching exception type after jwt-cpp update

-- Derek Weitzel <[email protected]> Thu, 15 Jun 2023 12:00:00 -0500

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

* Fix bug in generate acls which would cause a timeout
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.1.tar.gz
Debtransform-Tar: scitokens-cpp-1.0.2.tar.gz
Format: 3.0
Version: 1.0.1.1-1
Version: 1.0.2.1-1
Binary: scitokens-cpp
Source: scitokens-cpp
Section: science
Expand Down
7 changes: 6 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.1
Version: 1.0.2
Release: 1%{?dist}
Summary: C++ Implementation of the SciTokens Library
License: ASL 2.0
Expand Down Expand Up @@ -66,6 +66,11 @@ Requires: %{name}%{?_isa} = %{version}
%dir %{_includedir}/scitokens

%changelog
* Thu Jun 15 2023 Derek Weitzel <[email protected]> - 1.0.2-1
- Add support for API-configurable cache home
- Fix enforcer_acl_free logic
- scitokens_internal: catch matching exception type after jwt-cpp update

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

Expand Down

0 comments on commit b1c37da

Please sign in to comment.