Skip to content

Commit 8f30e39

Browse files
authored
Prepare for v0.9.2 release (#891)
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent 4d0a128 commit 8f30e39

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 0.9.2
4+
5+
### Fixed
6+
7+
- Fix wrong size propogation for absolute elements (#878)
8+
- Fix bounds check in CellOccupancyMatrix::last_of_type (#890)
9+
- Use doc_cfg instead of doc_auto_cfg (#868)
10+
11+
### Changed
12+
13+
- Upgraded grid dependency from 0.18 to 1.0 (#864)
14+
315
## 0.9.1
416

517
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "taffy"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = [
55
"Alice Cecile <alice.i.cecile@gmail.com>",
66
"Johnathan Kelley <jkelleyrtp@gmail.com>",

0 commit comments

Comments
 (0)