-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Releasing new mrack version
- Loading branch information
github-actions
committed
Nov 27, 2023
1 parent
c158474
commit ab412cc
Showing
4 changed files
with
17 additions
and
3 deletions.
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 |
---|---|---|
|
@@ -2,6 +2,17 @@ | |
|
||
|
||
|
||
## v1.18.0 (2023-11-27) | ||
|
||
### Feature | ||
|
||
* feat: Add async_timeout dependency | ||
|
||
This dependency was observed missing when installing mrack as a dependency in another python project | ||
|
||
Signed-off-by: David Pascual <[email protected]> ([`c158474`](https://github.com/neoave/mrack/commit/c158474018ba5d9d5c3b29bc85f6629668081655)) | ||
|
||
|
||
## v1.17.1 (2023-11-03) | ||
|
||
### Fix | ||
|
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
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,5 +1,5 @@ | ||
Name: mrack | ||
Version: 1.17.1 | ||
Version: 1.18.0 | ||
Release: 1%{?dist} | ||
Summary: Multicloud use-case based multihost async provisioner | ||
|
||
|
@@ -185,6 +185,9 @@ rm -r src/%{name}.egg-info | |
%{python3_sitelib}/%{name}/providers/utils/{,__pycache__/}testcloud.* | ||
|
||
%changelog | ||
* Mon Nov 27 2023 David Pascual Hernandez <[email protected]> - 1.18.0-1 | ||
- c158474 feat: Add async_timeout dependency (David Pascual) | ||
|
||
* Fri Nov 03 2023 David Pascual Hernandez <[email protected]> - 1.17.1-1 | ||
- 583193a fix: curate_auth func changed to non-async (Kaleemullah Siddiqui) | ||
|
||
|
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,2 +1,2 @@ | ||
"""mrack library version.""" | ||
VERSION = "1.17.1" | ||
VERSION = "1.18.0" |