diff --git a/CHANGELOG.md b/CHANGELOG.md index 295e87e..24c9693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.9.0] - 2022-11-10 + +### Documentation + +- Remove outdated node link ([#36](https://github.com/orhun/git-cliff/issues/36)) +- Hint regarding braced blocks ([#38](https://github.com/orhun/git-cliff/issues/38)) +- Fix typo ([#39](https://github.com/orhun/git-cliff/issues/39)) + ## [0.9.0-beta.2] - 2022-11-06 ### Features diff --git a/Cargo.toml b/Cargo.toml index bfc8b93..c840f40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "syn-rsx" description = "syn-powered parser for JSX-like TokenStreams" -version = "0.9.0-beta.2" +version = "0.9.0" authors = ["stoically "] keywords = ["syn", "jsx", "rsx", "html", "macro"] edition = "2018"