Skip to content

Commit

Permalink
Prepare for v0.7.3 release (#780)
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns authored Jan 6, 2025
1 parent 4490b1b commit 9978ebc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.7.3

### Fixed

- Make `TaffyTree::detailed_layout_info` take `&self` rather than `&mut self` (#779)

## 0.7.2

### Added
Expand Down
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.7.2"
version = "0.7.3"
authors = [
"Alice Cecile <[email protected]>",
"Johnathan Kelley <[email protected]>",
Expand Down

0 comments on commit 9978ebc

Please sign in to comment.