Skip to content

Commit 17e9110

Browse files
committed
v0.8.1
1 parent 0e0220b commit 17e9110

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## **0.8.1** _(2022-09-03)_
4+
5+
- #### 🛠 Fixes
6+
7+
- [Forward compatibility fix for breakage due to a soundness fix in rustc.](https://github.com/sycamore-rs/sycamore/pull/475)
8+
- [Avoid possible shadowing of existing bindings in macro expansion.](https://github.com/sycamore-rs/sycamore/pull/477)
9+
- [Reuse some allocations in `map_keyed` and `map_indexed`.](https://github.com/sycamore-rs/sycamore/pull/478)
10+
- [Add workaround for SVG element tags that clash with HTML elements.](https://github.com/sycamore-rs/sycamore/pull/479)
11+
312
## **0.8.0** _(2022-08-28)_
413

514
Release post: https://sycamore-rs.netlify.app/news/announcing-v0.8.0

packages/sycamore-reactive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["wasm", "gui", "reactive"]
88
license = "MIT"
99
readme = "../../README.md"
1010
repository = "https://github.com/sycamore-rs/sycamore"
11-
version = "0.8.0"
11+
version = "0.8.1"
1212

1313
[dependencies]
1414
ahash = "0.7.6"

packages/sycamore/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["wasm", "gui", "reactive"]
88
license = "MIT"
99
readme = "../../README.md"
1010
repository = "https://github.com/sycamore-rs/sycamore"
11-
version = "0.8.0"
11+
version = "0.8.1"
1212

1313
[dependencies]
1414
ahash = "0.7.6"

0 commit comments

Comments
 (0)