diff --git a/CHANGELOG.md b/CHANGELOG.md index 953bdf5..f1515b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ +# 0.3.0 + +- chore: remove dependabot +- feat!: Improve reliability, add unit tests +- fix: CI tests fail when using CompositedTransformFollower +- ci: use codecov instead of lcov reporter +- feat: renderShadows flag +- chore: add brandon, marcos, and joanna to codeowners +- fix!: load asset images for tests +- chore: remove duplicate vgv logos +- docs: update readme + # 0.2.1 - chore: Change test version constraints and fixed documentation + # 0.2.0 - feat: Add generic interactions, including built-in interactions like `press` and `longPress` diff --git a/pubspec.yaml b/pubspec.yaml index 6515066..07cfde3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: alchemist description: A support package that aims to make golden testing in Flutter easier and more streamlined. -version: 0.2.1 +version: 0.3.0 homepage: https://github.com/Betterment/alchemist repository: https://github.com/Betterment/alchemist