Skip to content

Commit

Permalink
release: v0.9.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stoically committed Oct 21, 2022
1 parent 900e464 commit 6f6a9d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@

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

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

### Miscellaneous Tasks

- Add Cargo.lock to .gitignore
- Add git-cliff configuration
- Add CHANGELOG
- Use the actual html-to-string-macro crate as example
- Update README badges

### Refactor

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

## [0.8.1] - 2022-06-26

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

### Miscellaneous Tasks

- Clippy
- Clippy
- Remove Cargo.lock
- Bump dependencies
Expand Down Expand Up @@ -152,6 +158,7 @@ All notable changes to this project will be documented in this file.

### Documentation

- Update readme
- Update readme
- Test feature examples

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

0 comments on commit 6f6a9d7

Please sign in to comment.