Skip to content

Commit 4f82163

Browse files
committed
Bumping version to 1.1.1
1 parent 0f3d301 commit 4f82163

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
scitokens-cpp (1.1.1-1) stable; urgency=medium
2+
3+
* Improve error handling around the sqlite3 library
4+
* Fix test failures and compiler warnings
5+
6+
-- Derek Weitzel <[email protected]> Wed, 28 Feb 2024 12:00:00 -0600
7+
18
scitokens-cpp (1.1.0-1) stable; urgency=medium
29

310
* Allow the scitokens library user to setup a custom CA file

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.1.0.tar.gz
2+
Debtransform-Tar: scitokens-cpp-1.1.1.tar.gz
33
Format: 3.0
4-
Version: 1.1.0.1-1
4+
Version: 1.1.1.1-1
55
Binary: scitokens-cpp
66
Source: scitokens-cpp
77
Section: science

rpm/scitokens-cpp.spec

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

6868
%changelog
69+
* Wed Feb 28 2024 Derek Weitzel <[email protected]> - 1.1.1-1
70+
- Improve error handling around the sqlite3 library
71+
- Fix test failures and compiler warnings
72+
6973
* Tue Nov 07 2023 Derek Weitzel <[email protected]> - 1.1.0-1
7074
- Allow the scitokens library user to setup a custom CA file
7175
- Fix typecast errors in scitoken_status_get_*() that caused async queries to fail

0 commit comments

Comments
 (0)