Skip to content

Commit

Permalink
chore: Release version 1.18.0
Browse files Browse the repository at this point in the history
Releasing new mrack version
  • Loading branch information
github-actions committed Nov 27, 2023
1 parent c158474 commit ab412cc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Petr Vobornik"

# The full version, including alpha/beta/rc tags
release = "1.17.1"
release = "1.18.0"

# to work with ReadTheDocs which is using version < 2.0
master_doc = "index"
Expand Down
5 changes: 4 additions & 1 deletion mrack.spec
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

Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/mrack/version.py
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"

0 comments on commit ab412cc

Please sign in to comment.