Skip to content

Commit f189e65

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.7.4...v2.0.0) (2022-04-10) ### Features * **amber:** change serialization to be py syntax like ([#505](#505)) ([b64b965](b64b965)) * release syrupy v2 ([#575](#575)) ([bc8b3a9](bc8b3a9)) ### BREAKING CHANGES * **amber:** update to serialization requires regeneration of snapshots Migration Guide * `pytest --snapshot-update` to regenerate amber snapshots
1 parent bc8b3a9 commit f189e65

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ 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+
# [2.0.0](https://github.com/tophat/syrupy/compare/v1.7.4...v2.0.0) (2022-04-10)
10+
11+
12+
### Features
13+
14+
* **amber:** change serialization to be py syntax like ([#505](https://github.com/tophat/syrupy/issues/505)) ([b64b965](https://github.com/tophat/syrupy/commit/b64b965720768d787eded154d4dba256e0734620))
15+
* release syrupy v2 ([#575](https://github.com/tophat/syrupy/issues/575)) ([bc8b3a9](https://github.com/tophat/syrupy/commit/bc8b3a909bf5b75b581f16247c12c8bdd087dd9f))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* **amber:** update to serialization requires regeneration of snapshots
21+
22+
Migration Guide
23+
* `pytest --snapshot-update` to regenerate amber snapshots
24+
925
## [1.7.4](https://github.com/tophat/syrupy/compare/v1.7.3...v1.7.4) (2022-02-16)
1026

1127

0 commit comments

Comments
 (0)