diff --git a/CHANGELOG.md b/CHANGELOG.md index 76278e9..20b4ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1 + +- feat: support for generics + ## 0.1.0 - docs: minor `README.md` updates diff --git a/pubspec.yaml b/pubspec.yaml index 061bfc9..908b2b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: data_class description: Experimental support for data classes in Dart using pkg:macros -version: 0.1.0 +version: 0.1.1 repository: https://github.com/felangel/data_class topics: [macros, data-class] funding: [https://github.com/sponsors/felangel]