Skip to content

Commit 1e4ba4b

Browse files
committed
release 0.12.1
1 parent 9b0741a commit 1e4ba4b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.12.1] - 2024-09-01
4+
5+
### Features 🚀
6+
7+
- Added support for generics in struct field types (thanks to @frnsys)
8+
- Added macro options for much more flexibility with leptos-i18n (thanks to @Baptistemontan)
9+
- Added hint to readmes of examples how to run them (thanks to @luckynumberke7in)
10+
311
## [0.12.0] - 2024-08-14
412

513
### Breaking Change 🛠️

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leptos-struct-table"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
edition = "2021"
55
authors = ["Marc-Stefan Cassola"]
66
categories = ["gui", "web-programming"]
@@ -13,7 +13,7 @@ repository = "https://github.com/Synphonyte/leptos-struct-table"
1313

1414
[dependencies]
1515
leptos = { version = "0.6" }
16-
leptos-struct-table-macro = { version = "0.11.1" }
16+
leptos-struct-table-macro = { version = "0.11.2" }
1717
leptos-use = "0.12"
1818
rust_decimal = { version = "1.35", optional = true }
1919
chrono = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)