Skip to content

Commit 6f6a9d7

Browse files
committed
release: v0.9.0-alpha.1
1 parent 900e464 commit 6f6a9d7

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22

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

5-
## [unreleased]
5+
## [0.9.0-alpha.1] - 2022-10-21
66

77
### Miscellaneous Tasks
88

99
- Add Cargo.lock to .gitignore
10+
- Add git-cliff configuration
11+
- Add CHANGELOG
12+
- Use the actual html-to-string-macro crate as example
13+
- Update README badges
1014

1115
### Refactor
1216

1317
- Move config into dedicated module
18+
- [**breaking**] Switch `Node` to enum-style ([#23](https://github.com/orhun/git-cliff/issues/23))
1419

1520
## [0.8.1] - 2022-06-26
1621

@@ -20,6 +25,7 @@ All notable changes to this project will be documented in this file.
2025

2126
### Miscellaneous Tasks
2227

28+
- Clippy
2329
- Clippy
2430
- Remove Cargo.lock
2531
- Bump dependencies
@@ -152,6 +158,7 @@ All notable changes to this project will be documented in this file.
152158

153159
### Documentation
154160

161+
- Update readme
155162
- Update readme
156163
- Test feature examples
157164

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.8.1"
4+
version = "0.9.0-alpha.1"
55
authors = ["stoically <stoically@protonmail.com>"]
66
keywords = ["syn", "jsx", "rsx", "html", "macro"]
77
edition = "2018"

0 commit comments

Comments
 (0)