Skip to content

Commit 08e47a4

Browse files
authored
Prepare for 0.3.1 release (#364)
1 parent 1d952bb commit 08e47a4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "taffy"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = [
55
"Alice Cecile <[email protected]>",
66
"Johnathan Kelley <[email protected]>",
@@ -9,7 +9,7 @@ edition = "2021"
99
include = ["src/**/*", "Cargo.toml", "README.md"]
1010
description = "A flexible UI layout library"
1111
repository = "https://github.com/DioxusLabs/taffy"
12-
keywords = ["cross-platform", "layout", "flexbox"]
12+
keywords = ["cross-platform", "layout", "flexbox", "css-grid", "grid"]
1313
categories = ["gui"]
1414
license = "MIT"
1515

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes
22

3+
## 0.3.1
4+
5+
### Fixes
6+
7+
- The `serde` feature now works when the `grid` feature is enabled
8+
39
## 0.3.0
410

511
### Highlights

0 commit comments

Comments
 (0)