Skip to content

Commit

Permalink
Prepare for v0.5.0 release (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored May 30, 2024
1 parent 09c7a71 commit 3526f73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "taffy"
version = "0.4.4"
version = "0.5.0"
authors = [
"Alice Cecile <[email protected]>",
"Johnathan Kelley <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## 0.5.0

The changes in 0.5 are relatively small but the new measure function parameter is a breaking change so it requires a minor version bump.

- Added: A `style: &Style` parameter has been added to measure functions.
- Added: The `MaybeMath`, `MaybeResolve`, and `ResolveOrZero` traits have been made public.
- Fix: use SizingMode::Inherent when sizing absolute children of flexbox nodes.

## 0.4.4

### Fixes
Expand Down

0 comments on commit 3526f73

Please sign in to comment.