Skip to content

Commit 7b17c0d

Browse files
committed
Update macros
1 parent 5d1fc3d commit 7b17c0d

File tree

4 files changed

+297
-153
lines changed

4 files changed

+297
-153
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ members = [
2222

2323
[dependencies]
2424
embedded-graphics = "0.8.0"
25-
embedded-layout-macros = { version = "0.2.0", path = "macros" }
25+
embedded-layout-macros = { version = "0.3.0", path = "macros" }
2626

2727
[dev-dependencies]
2828
embedded-graphics-simulator = "0.5.0"

macros/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.3.0 (2023-10-10)
2+
==================
3+
4+
## Changed
5+
6+
* `ViewGroup` now generates optimized `bounds_of` and `translate_child` methods.
7+
18
0.2.1 (2023-08-30)
29
==================
310

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-layout-macros"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
license = "MIT"
55
description = "Procedural macros for embedded-layout"
66
repository = "https://github.com/bugadani/embedded-layout"

0 commit comments

Comments
 (0)