Skip to content

Commit 230df74

Browse files
author
github-actions
committed
4.0.0
Automatically generated by python-semantic-release
1 parent 8929d87 commit 230df74

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
<!--next-version-placeholder-->
44

5+
## v4.0.0 (2023-03-25)
6+
### Feature
7+
* Remove two-step-api exceptions ([`f2c91c7`](https://github.com/ainsleymcgrath/pytest-embrace/commit/f2c91c78d900566b71d32ebe2ecd38a8e3a078ae))
8+
9+
### Fix
10+
* Handle recursive case issue ([`e72a5db`](https://github.com/ainsleymcgrath/pytest-embrace/commit/e72a5db271aa1d43dbe1533cef3f69d9ea10177b))
11+
* Allow skipping validation in internals ([`21748d9`](https://github.com/ainsleymcgrath/pytest-embrace/commit/21748d9c27bd675bab9e08d568480eab9b02f0a3))
12+
13+
### Breaking
14+
* Not only will the two-step API not work anymore, but - **Python 3.7 is no longer supported** - code generation is a feature! - Render() and friends are a thing - cases try to deserialize input as json ([`f2c91c7`](https://github.com/ainsleymcgrath/pytest-embrace/commit/f2c91c78d900566b71d32ebe2ecd38a8e3a078ae))
15+
516
## v3.0.1 (2023-03-12)
617
### Fix
718
* Dumb errors ([`7e39cc5`](https://github.com/ainsleymcgrath/pytest-embrace/commit/7e39cc508253b8129425cab931b479c378d5f994))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-embrace"
3-
version = "3.0.1"
3+
version = "4.0.0"
44
readme = "README.md"
55
description = "💝 Dataclasses-as-tests. Describe the runtime once and multiply coverage with no boilerplate."
66
authors = ["Ainsley McGrath <[email protected]>"]

pytest_embrace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "3.0.1"
3+
__version__ = "4.0.0"
44

55

66
from .case import CaseArtifact as CaseArtifact

0 commit comments

Comments
 (0)