From 805876e760722944caa916b66636916c6ad50e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kav=C3=ADk?= Date: Fri, 23 Oct 2020 15:49:59 +0200 Subject: [PATCH] chore: Release 0.8.0 checklist --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea84a0e0..11080f50b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [unreleased] + +## v0.8.0 - [BREAKING] Rename `linear_gradient!` to `linearGradient!` for consistency with the other svg macros (same with `radial_gradient!` and `mesh_gradient!`) (#377). - Fixed `base_path` with a trailing slash parsing / handling. - Fixed `C` macro memory / WASM file size issue. diff --git a/Cargo.toml b/Cargo.toml index 489c10b25..203c7cbd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seed" -version = "0.7.0" +version = "0.8.0" description = "A Rust framework for creating web apps, using WebAssembly" authors = ["DavidOConnor ", "Martin KavĂ­k "] license = "MIT"