Skip to content

Commit 734000a

Browse files
authored
release: v0.9.0 (#40)
1 parent 442ec0b commit 734000a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## [0.9.0] - 2022-11-10
6+
7+
### Documentation
8+
9+
- Remove outdated node link ([#36](https://github.com/orhun/git-cliff/issues/36))
10+
- Hint regarding braced blocks ([#38](https://github.com/orhun/git-cliff/issues/38))
11+
- Fix typo ([#39](https://github.com/orhun/git-cliff/issues/39))
12+
513
## [0.9.0-beta.2] - 2022-11-06
614

715
### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "syn-rsx"
33
description = "syn-powered parser for JSX-like TokenStreams"
4-
version = "0.9.0-beta.2"
4+
version = "0.9.0"
55
authors = ["stoically <stoically@protonmail.com>"]
66
keywords = ["syn", "jsx", "rsx", "html", "macro"]
77
edition = "2018"

0 commit comments

Comments
 (0)