Skip to content

Commit

Permalink
Prepare for 0.3.3 release (#375)
Browse files Browse the repository at this point in the history
* Prepare for 0.3.3 release

* Fix typo in 0.3.3 release notes
  • Loading branch information
nicoburns authored Feb 25, 2023
1 parent e8253b1 commit f52f1ff
Show file tree
Hide file tree
Showing 2 changed files with 13 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.3.2"
version = "0.3.3"
authors = [
"Alice Cecile <[email protected]>",
"Johnathan Kelley <[email protected]>",
Expand Down
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release Notes

## 0.3.3

### Added

- Added `enable_rounding` and `disable_rounding` methods to the `Taffy` struct which enable consumers of Taffy to obtain unrounded `f32` values for the computed layouts if they want them. Rounding remains enabled by default.

### Fixes

- Fixed rounding algorithm such that it never leaves gaps between adjacent nodes (#369)
- Fixed compiling with the `grid` feature disabled (#370)
- Fixed compiling with the `std` feature disabled

## 0.3.2

### Fixes
Expand Down

0 comments on commit f52f1ff

Please sign in to comment.