-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%global owner Commonjava | ||
%global modulename charon | ||
|
||
%global charon_version 1.2.1 | ||
%global charon_version 1.2.2 | ||
%global sdist_tar_name %{modulename}-%{charon_version} | ||
|
||
%global python3_pkgversion 3 | ||
|
@@ -81,6 +81,10 @@ export LANG=en_US.UTF-8 LANGUAGE=en_US.en LC_ALL=en_US.UTF-8 | |
|
||
|
||
%changelog | ||
* Mon Sep 18 2023 Harsh Modi <[email protected]> | ||
- 1.2.2 release | ||
- hot fix for "dist_tags" derived issue | ||
|
||
* Wed Sep 13 2023 Harsh Modi <[email protected]> | ||
- 1.2.1 release | ||
- Fix the aws list objects max 1000 limit issue | ||
|