diff --git a/CHANGELOG.md b/CHANGELOG.md index e859d63..8208517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.0 + +- Fix: Not able to build when for in is used with pattern matching + ## 0.2.2 - Fix: Unable to find from/to json methods for enums diff --git a/example/pubspec.lock b/example/pubspec.lock index 13f953e..2335088 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -319,7 +319,7 @@ packages: path: ".." relative: true source: path - version: "0.2.2" + version: "0.3.0" term_glyph: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index cd5f0e9..26e0e5c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tachyon description: A code generation building tool. -version: 0.2.2 +version: 0.3.0 homepage: https://github.com/spideythewebhead/tachyon repository: https://github.com/spideythewebhead/tachyon