Skip to content

Commit

Permalink
release: v0.9.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoically authored Nov 10, 2022
1 parent 442ec0b commit 734000a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <stoically@protonmail.com>"]
keywords = ["syn", "jsx", "rsx", "html", "macro"]
edition = "2018"
Expand Down

0 comments on commit 734000a

Please sign in to comment.