Skip to content

Commit

Permalink
chore: Release 0.8.0 checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKavik committed Oct 23, 2020
1 parent fbe5574 commit 805876e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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 <david.alan.oconnor@gmail.com>", "Martin Kavík <martin@kavik.cz>"]
license = "MIT"
Expand Down

0 comments on commit 805876e

Please sign in to comment.