Skip to content

Commit 755aa48

Browse files
committed
Update changelog & prep for v0.3.0-beta.0 release
1 parent 2b51fd8 commit 755aa48

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@ changelog
22
=========
33
This changelog follows the patterns described here: https://keepachangelog.com/en/1.0.0/.
44

5+
Subheadings to categorize changes are `added, changed, deprecated, removed, fixed, security`.
6+
57
## Unreleased
68

9+
## 0.3.0-beta.0
10+
The only real change here is that YBC has been updated to Yew 0.19, which included updating basically all components. Huge shoutout to @Follpvosten for all of her work on making this happen.
11+
12+
Once this release has stabilized a bit, we will cut an official `0.3.0`, and will then follow-up with a `0.4.0` for Yew `0.20`.
13+
14+
### changed
15+
- Updated to Yew 0.19.
16+
717
## 0.2.0
818
### added
919
- Added support for yew `0.18.x`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ybc"
3-
version = "0.2.1"
3+
version = "0.3.0-beta.0"
44
description = "A Yew component library based on the Bulma CSS framework."
55
authors = ["Anthony Dodd <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)