Skip to content

Commit 2f12079

Browse files
committed
Bumping version to v1.0.0
1 parent 6ed4cc1 commit 2f12079

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

rpm/scitokens-cpp.spec

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

6868
%changelog
69+
* Wed Jun 22 2022 Derek Weitzel <[email protected]> - 1.0.0-1
70+
- Add async API for parsing and verifying tokens
71+
- Add configuration API
72+
- Make nbf claim optional for non-scitokens tokens
73+
- Update to OpenSSL 3.0
74+
6975
* Wed Jun 22 2022 Derek Weitzel <[email protected]> - 0.7.1-1
7076
- Add scitokens-* binaries to the package
7177
- Bug: close sqlite db handle on return

0 commit comments

Comments
 (0)