Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechu10 committed Sep 3, 2022
1 parent 0e0220b commit 17e9110
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## **0.8.1** _(2022-09-03)_

- #### 🛠 Fixes

- [Forward compatibility fix for breakage due to a soundness fix in rustc.](https://github.com/sycamore-rs/sycamore/pull/475)
- [Avoid possible shadowing of existing bindings in macro expansion.](https://github.com/sycamore-rs/sycamore/pull/477)
- [Reuse some allocations in `map_keyed` and `map_indexed`.](https://github.com/sycamore-rs/sycamore/pull/478)
- [Add workaround for SVG element tags that clash with HTML elements.](https://github.com/sycamore-rs/sycamore/pull/479)

## **0.8.0** _(2022-08-28)_

Release post: https://sycamore-rs.netlify.app/news/announcing-v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion packages/sycamore-reactive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["wasm", "gui", "reactive"]
license = "MIT"
readme = "../../README.md"
repository = "https://github.com/sycamore-rs/sycamore"
version = "0.8.0"
version = "0.8.1"

[dependencies]
ahash = "0.7.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/sycamore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["wasm", "gui", "reactive"]
license = "MIT"
readme = "../../README.md"
repository = "https://github.com/sycamore-rs/sycamore"
version = "0.8.0"
version = "0.8.1"

[dependencies]
ahash = "0.7.6"
Expand Down

0 comments on commit 17e9110

Please sign in to comment.