From 2105b52c3961c29ab87db1fd0be2b1b0ea5a5b29 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 01:25:00 +0000 Subject: [PATCH] chore(release): 4.6.2 [skip ci] ## [4.6.2](https://github.com/syrupy-project/syrupy/compare/v4.6.1...v4.6.2) (2024-08-21) ### Bug Fixes * update classifiers, metadata ([#870](https://github.com/syrupy-project/syrupy/issues/870)) ([87592e5](https://github.com/syrupy-project/syrupy/commit/87592e581f34f213cfa4d4125bcc15959dad8113)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d81af0b0..af8f15ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ From v1.0.0 onwards, this project adheres to [Semantic Versioning](https://semve ## [4.6.2](https://github.com/syrupy-project/syrupy/compare/v4.6.1...v4.6.2) (2024-08-21) +### Bug Fixes + +* update classifiers, metadata ([#870](https://github.com/syrupy-project/syrupy/issues/870)) ([87592e5](https://github.com/syrupy-project/syrupy/commit/87592e581f34f213cfa4d4125bcc15959dad8113)) + +## [4.6.2](https://github.com/syrupy-project/syrupy/compare/v4.6.1...v4.6.2) (2024-08-21) + + ### Bug Fixes * update classifiers, metadata ([#870](https://github.com/syrupy-project/syrupy/issues/870)) ([87592e5](https://github.com/syrupy-project/syrupy/commit/87592e581f34f213cfa4d4125bcc15959dad8113)) diff --git a/pyproject.toml b/pyproject.toml index c5da9b2c..7fcd396a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = 'syrupy' license = 'Apache-2.0' -version = "4.6.1" +version = "4.6.2" description = 'Pytest Snapshot Test Utility' authors = ['Noah Ulster'] readme = 'README.md'