Skip to content

Commit

Permalink
release: v0.9.0-beta.1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoically committed Nov 3, 2022
1 parent 3d378fd commit 98cc893
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

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

## [0.9.0-beta.1] - 2022-11-03

### Documentation

- Update README
- Update example
- Update html macro docs
- Add link to example
- Fix node links
- Improve parser docs
- Remove TODO
- Fix attribute value example ([#28](https://github.com/orhun/git-cliff/issues/28))
- Fix blocks example ([#29](https://github.com/orhun/git-cliff/issues/29))
- Fix typo ([#30](https://github.com/orhun/git-cliff/issues/30))

### Features

- [**breaking**] Make path_to_string private

### Miscellaneous Tasks

- Add rustfmt.toml

### Refactor

- [**breaking**] Drop `NodeName::span` method
- Pass block_transform a forked stream
- Move flat tree converter to node method
- Replace extrude with let-else ([#31](https://github.com/orhun/git-cliff/issues/31))

### Ci

- Switch fmt to nightly toolchain

### Revert

- Move flat tree converter back into node parser

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

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

0 comments on commit 98cc893

Please sign in to comment.