Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ainsley McGrath committed Aug 25, 2022
2 parents c61801c + 7fa51fd commit 7a73872
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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 @@

<!--next-version-placeholder-->

## 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))
Expand Down
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 = "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 <mcgrath.ainsley@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion pytest_embrace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.3.0"
__version__ = "2.4.0"


from .case import CaseArtifact as CaseArtifact
Expand Down

0 comments on commit 7a73872

Please sign in to comment.