From a02baf90c3aa8734bf993853791923e891e3f444 Mon Sep 17 00:00:00 2001 From: Emmanuel Ogbizi Date: Sun, 1 Mar 2020 21:25:58 -0500 Subject: [PATCH] Release v0.3.3 (#146) * chore: release v0.4.0 * chore: fix changelog * cr: update changelog Co-Authored-By: Noah * cr: patch not minor pre v1 Co-authored-by: Noah --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 157db109..2ddff5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ From v1.0.0 onwards, this project adheres to [Semantic Versioning](https://semve ## Master (Unreleased) +- Up to date with releases + +## [v0.3.3](https://github.com/tophat/syrupy/compare/v0.3.2...v0.3.3) + - Conversion of all `os.path` and `os.walk` calls to use `pathlib` instead, setting `pathlib` as the new preferred way of doing path operations (#130) - Add `--snapshot-default-extension` option to specify extension class via pytest cli (#132) - Fix bug where snapshot diffs were erroneously printed (#135)