Skip to content

Commit 7096efd

Browse files
chore(release): 5.1.0 [skip ci]
# [5.1.0](v5.0.0...v5.1.0) (2026-01-25) ### Features * add serializer plugin system; plugins for data models ([#1062](#1062)) ([df9bc8f](df9bc8f))
1 parent 07aa00d commit 7096efd

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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+
# [5.1.0](https://github.com/syrupy-project/syrupy/compare/v5.0.0...v5.1.0) (2026-01-25)
10+
11+
12+
### Features
13+
14+
* add serializer plugin system; plugins for data models ([#1062](https://github.com/syrupy-project/syrupy/issues/1062)) ([df9bc8f](https://github.com/syrupy-project/syrupy/commit/df9bc8f6b3a222dde82167e10a2e6bb57456305a))
15+
916
# [5.0.0](https://github.com/syrupy-project/syrupy/compare/v4.9.1...v5.0.0) (2025-09-28)
1017

1118

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
repository = 'https://github.com/syrupy-project/syrupy'
1515

1616
[tool.poetry]
17-
version = "5.0.0"
17+
version = "5.1.0"
1818
packages = [{ include = 'syrupy', from = 'src' }]
1919
classifiers = [
2020
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)