Prepare for v0.12.2 release (#979)

Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
Nico Burns
2026-07-15 22:58:13 +01:00
committed by GitHub
parent b9067e7431
commit bb351fcc05
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.12.2
### Fixed
- Block: return margin-collapsing outputs from vertical axis ComputeSize calls (#976)
## 0.12.1
This release container a couple of critical fixes for layout/caching bugs in the 0.12.0 release.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "taffy"
version = "0.12.1"
version = "0.12.2"
authors = [
"Alice Cecile <alice.i.cecile@gmail.com>",
"Johnathan Kelley <jkelleyrtp@gmail.com>",