Skip to content

Commit 805876e

Browse files
committed
chore: Release 0.8.0 checklist
1 parent fbe5574 commit 805876e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [unreleased]
4+
5+
## v0.8.0
46
- [BREAKING] Rename `linear_gradient!` to `linearGradient!` for consistency with the other svg macros (same with `radial_gradient!` and `mesh_gradient!`) (#377).
57
- Fixed `base_path` with a trailing slash parsing / handling.
68
- Fixed `C` macro memory / WASM file size issue.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seed"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "A Rust framework for creating web apps, using WebAssembly"
55
authors = ["DavidOConnor <[email protected]>", "Martin Kavík <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)