-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: release syrupy v2 #575
Conversation
BREAKING CHANGE: update to serialization requires regeneration of snapshots Migration Guide * `pytest --snapshot-update` to regenerate amber snapshots
Codecov Report
@@ Coverage Diff @@
## master #575 +/- ##
==========================================
- Coverage 99.01% 99.01% -0.01%
==========================================
Files 20 20
Lines 1224 1223 -1
==========================================
- Hits 1212 1211 -1
Misses 12 12 |
* refactor: add dataclasses backport for python 3.6 * refactor: SnapshotSession to use a dataclass * refactor: SnapshotReport to use a dataclass * refactor: SnapshotLocation to dataclass * refactor: Data to dataclass * refactor: SnapshotAssertion to dataclass * feat: remove attrs dependency
# [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
🎉 This PR is included in version 2.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
I just spent a few minutes upgrading, but by adding The other idea I had was to set the language to something that parses amber well enough, that I don't have a language server for. Perl, Julia, Ruby, and Coffeescript all work well enough. |
Syrupy v2
Breaking Changes
Deferred to v3