From 7fa51fdb0dd3fb584c11e2ef2b497965cb1e13fd Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 25 Aug 2022 03:08:22 +0000 Subject: [PATCH] 2.4.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- pytest_embrace/__init__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1bed7..f3df57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v2.4.0 (2022-08-25) +### Feature +* Imports now solve themselves properly ([`b3aad48`](https://github.com/ainsleymcgrath/pytest-embrace/commit/b3aad48e7c62b33d02f9e9d441e8696c1932aca5)) + +### Fix +* Be 3.8, 3.9 compatible ([`d3032fc`](https://github.com/ainsleymcgrath/pytest-embrace/commit/d3032fcb5ec39fb3bc034368df5206cea3c2fa09)) +* Remove errant newlines from test expectations ([`a9b763d`](https://github.com/ainsleymcgrath/pytest-embrace/commit/a9b763dcc4611553334c1d827556a19e47c411fa)) + +### Documentation +* Update homepage with annotations ([`377ee2c`](https://github.com/ainsleymcgrath/pytest-embrace/commit/377ee2c9516f17b054abd1c72bdeba197a8f09ab)) + ## v2.3.0 (2022-07-05) ### Feature * Module state and 'globals' are safe. thanks, Ronny! ([`2e0d3cd`](https://github.com/ainsleymcgrath/pytest-embrace/commit/2e0d3cdbf165e193757131d563336feb386b6fb4)) diff --git a/pyproject.toml b/pyproject.toml index d5847d6..d42def0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-embrace" -version = "2.3.0" +version = "2.4.0" readme = "README.md" description = "💝 Dataclasses-as-tests. Describe the runtime once and multiply coverage with no boilerplate." authors = ["Ainsley McGrath "] diff --git a/pytest_embrace/__init__.py b/pytest_embrace/__init__.py index 10dd5df..e1998a9 100644 --- a/pytest_embrace/__init__.py +++ b/pytest_embrace/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.3.0" +__version__ = "2.4.0" from .case import CaseArtifact as CaseArtifact