Skip to content

Commit d7ad4bb

Browse files
authored
chore: prep v0.13.0 (#168)
Co-authored-by: Brandon Trautmann <[email protected]>
1 parent d1de06b commit d7ad4bb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# 0.13.0
2+
3+
## What's Changed
4+
* ci: use mobile messaging app for Slack notifs by @btrautmann in https://github.com/Betterment/alchemist/pull/158
5+
* chore: use `git commit` instead of `git-auto-commit` action by @btrautmann in https://github.com/Betterment/alchemist/pull/163
6+
* fix: push changes in update goldens workflow by @btrautmann in https://github.com/Betterment/alchemist/pull/166
7+
* fix: Anti-aliasing cross-platform issue by @w3ggy in https://github.com/Betterment/alchemist/pull/165
8+
* chore: ensure tests are compatible with all supported Flutter versions (and beta) by @btrautmann in https://github.com/Betterment/alchemist/pull/167
9+
10+
## :warning: Breaking Changes
11+
12+
https://github.com/Betterment/alchemist/pull/165 disabled anti-aliasing on `BlockedTextPaintingContext` which may change goldens output.
13+
14+
## New Contributors
15+
* @w3ggy made their first contribution in https://github.com/Betterment/alchemist/pull/165
16+
17+
**Full Changelog**: https://github.com/Betterment/alchemist/compare/v0.12.1...v0.13.0
18+
119
# 0.12.1
220

321
## What's Changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: alchemist
22
description: A support package that aims to make golden testing in Flutter
33
easier and more streamlined.
4-
version: 0.12.1
4+
version: 0.13.0
55
homepage: https://github.com/Betterment/alchemist
66
repository: https://github.com/Betterment/alchemist
77

0 commit comments

Comments
 (0)