Skip to content

Commit 881b915

Browse files
chore(release): 3.0.6 [skip ci]
## [3.0.6](v3.0.5...v3.0.6) (2022-12-30) ### Bug Fixes * ensure all pytest options are serializable ([#667](#667)) ([e320d7b](e320d7b)) * improve pytest-xdist compatibility ([8739194](8739194))
1 parent a74e57e commit 881b915

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
From v1.0.0 onwards, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Pre-v1, breaking changes are indicated via a minor release, while all other changes fall under patches. At any time, you can see what's in progress for a version by filtering GitHub issues by milestone.
88

9+
## [3.0.6](https://github.com/tophat/syrupy/compare/v3.0.5...v3.0.6) (2022-12-30)
10+
11+
12+
### Bug Fixes
13+
14+
* ensure all pytest options are serializable ([#667](https://github.com/tophat/syrupy/issues/667)) ([e320d7b](https://github.com/tophat/syrupy/commit/e320d7b799b7890df5a63eda59a1382a3d73f39b))
15+
* improve pytest-xdist compatibility ([8739194](https://github.com/tophat/syrupy/commit/87391946af859bbe9a63c5ac297cfc7b169c7742))
16+
917
## [3.0.5](https://github.com/tophat/syrupy/compare/v3.0.4...v3.0.5) (2022-11-08)
1018

1119

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = 'syrupy'
33
license = 'Apache-2.0'
4-
version = "3.0.5"
4+
version = "3.0.6"
55
description = 'Pytest Snapshot Test Utility'
66
authors = ['Top Hat Open Source <[email protected]>']
77
readme = 'README.md'

0 commit comments

Comments
 (0)