diff --git a/macros/CHANGELOG.md b/macros/CHANGELOG.md index c0b79b8..289ecf4 100644 --- a/macros/CHANGELOG.md +++ b/macros/CHANGELOG.md @@ -1,3 +1,11 @@ +0.2.1 (2023-08-30) +================== + +## Changed + +* `ViewGroup` macro can now be used on enums +* `ViewGroup` macro now supports empty enum variants and unit structs + 0.2.0 (2023-05-14) ================== diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 52873da..914e42c 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-layout-macros" -version = "0.2.0" +version = "0.2.1" license = "MIT" description = "Procedural macros for embedded-layout" repository = "https://github.com/bugadani/embedded-layout"