Skip to content

Commit e63ead3

Browse files
committed
Bumping version to v0.7.1
1 parent fdd411c commit e63ead3

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
scitokens-cpp (0.7.1-1) stable; urgency=medium
2+
3+
4+
* Add scitokens-* binaries to the package
5+
* Bug: close sqlite db handle on return
6+
7+
-- Derek Weitzel <[email protected]> Wed, 22 Jun 2022 11:26:18 -0600
8+
19
scitokens-cpp (0.7.0-1) stable; urgency=medium
210

311
* Changes from static analysis

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-0.6.3.tar.gz
2+
Debtransform-Tar: scitokens-cpp-0.7.1.tar.gz
33
Format: 3.0
4-
Version: 0.6.3.1-2
4+
Version: 0.7.1.1-1
55
Binary: scitokens-cpp
66
Source: scitokens-cpp
77
Section: science

rpm/scitokens-cpp.spec

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

6868
%changelog
69-
#- Add scitokens-* binaries to the package
69+
* Wed Jun 22 2022 Derek Weitzel <[email protected]> - 0.7.1-1
70+
- Add scitokens-* binaries to the package
71+
- Bug: close sqlite db handle on return
7072

7173
* Fri Feb 18 2022 Derek Weitzel <[email protected]> - 0.7.0-1
7274
- Changes from static analysis

0 commit comments

Comments
 (0)