Skip to content

Commit

Permalink
Prepare for 0.3.1 release (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored Feb 12, 2023
1 parent 1d952bb commit 08e47a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taffy"
version = "0.3.0"
version = "0.3.1"
authors = [
"Alice Cecile <[email protected]>",
"Johnathan Kelley <[email protected]>",
Expand All @@ -9,7 +9,7 @@ edition = "2021"
include = ["src/**/*", "Cargo.toml", "README.md"]
description = "A flexible UI layout library"
repository = "https://github.com/DioxusLabs/taffy"
keywords = ["cross-platform", "layout", "flexbox"]
keywords = ["cross-platform", "layout", "flexbox", "css-grid", "grid"]
categories = ["gui"]
license = "MIT"

Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 0.3.1

### Fixes

- The `serde` feature now works when the `grid` feature is enabled

## 0.3.0

### Highlights
Expand Down

0 comments on commit 08e47a4

Please sign in to comment.