Skip to content

Commit

Permalink
Prepare macros crate for 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Aug 30, 2023
1 parent f0758a0 commit 90816e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
==================

Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 90816e6

Please sign in to comment.