Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sispheor committed Mar 6, 2023
1 parent 7eb6a7b commit cfaa517
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 1.4.0 2023-03-06

## Feature

- CLI: add `monkeyble list` + `monkeyble test --limit`

## Fix

- Fix error message on should_fail

## Enhancement

- check if task should have failed when actually skipped

# 1.3.0 2023-02-02

## Fix
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.3.1.dev1
version: 1.4.0

# 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.3.1.dev1"
__version__ = "1.4.0"
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.3.1.dev1" # /!\ version placed in monkeyble._version and in galaxy.yml files too
version = "1.4.0" # /!\ version placed in monkeyble._version and in galaxy.yml files too
description = "End-to-end testing framework for Ansible"
authors = ["Nicolas Marcq <[email protected]>"]
license = "GNU General Public License v3 (GPLv3)"
Expand Down

0 comments on commit cfaa517

Please sign in to comment.