Skip to content

Commit

Permalink
release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Jan 5, 2024
1 parent 3e32205 commit 3a0ff4b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.4.1 2024-01-05

## Fix

- variable are now handled when using ignore_error
- fix test (new url)

# 1.4.0 2023-03-06

## Feature
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: hpe
name: monkeyble

# The version of the collection. Must be compatible with semantic versioning
version: 1.4.0
version: 1.4.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion monkeyble/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://www.python.org/dev/peps/pep-0440/
__version__ = "1.4.0"
__version__ = "1.4.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "monkeyble"
version = "1.4.0" # /!\ version placed in monkeyble._version and in galaxy.yml files too
version = "1.4.1" # /!\ version placed in monkeyble._version and in galaxy.yml files too
description = "End-to-end testing framework for Ansible"
authors = ["Nicolas Marcq <nicolas.marcq@hpe.com>"]
license = "GNU General Public License v3 (GPLv3)"
Expand Down

0 comments on commit 3a0ff4b

Please sign in to comment.