Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Oct 15, 2022
1 parent 104c654 commit 800c564
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## v3.0.0 (2022-10-15)
### Feature
* Improve fixture-creation API ([`d3548fd`](https://github.com/ainsleymcgrath/pytest-embrace/commit/d3548fd1374009e02af7d54127e55bbe1e5b43f0))

### Fix
* Correct link in exc ([`104c654`](https://github.com/ainsleymcgrath/pytest-embrace/commit/104c654d9d7067fea7e85278fef6b91215432f11))

### Breaking
* old APIs, register_case_runner and caller_fixture_factory deprecated in favor of fixture(). old apis will raise an error ([`d3548fd`](https://github.com/ainsleymcgrath/pytest-embrace/commit/d3548fd1374009e02af7d54127e55bbe1e5b43f0))

### Documentation
* New pages ([`6a4320d`](https://github.com/ainsleymcgrath/pytest-embrace/commit/6a4320d0c8f8e7a24366239960f9b1b96f8e0e57))
* Address new api ([`684788f`](https://github.com/ainsleymcgrath/pytest-embrace/commit/684788f252f5f34fba697a8b1de69c8c744296e0))

## v2.4.3 (2022-09-16)
### Fix
* Show shorter name in ls ([`bcaf404`](https://github.com/ainsleymcgrath/pytest-embrace/commit/bcaf4049d6ecedb62c3232ae6f1705cdc5ae9bea))
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.4.3"
version = "3.0.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.4.3"
__version__ = "3.0.0"


from .case import CaseArtifact as CaseArtifact
Expand Down

0 comments on commit 800c564

Please sign in to comment.