Skip to content

Commit

Permalink
chore(main): release syn-lite 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and EqualMa committed Aug 13, 2024
1 parent ecc27bf commit ec2dea1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/frender-rs/syn-lite/compare/syn-lite-v0.1.1...syn-lite-v0.1.2) (2024-08-13)


### Features

* consume_till_outer_gt_inclusive! and consume_optional_angle_bracketed! ([ecc27bf](https://github.com/frender-rs/syn-lite/commit/ecc27bffc8ae7de38aeacb998f782e3cce2dada4))

## [0.1.1](https://github.com/frender-rs/syn-lite/compare/syn-lite-v0.1.0...syn-lite-v0.1.1) (2024-08-13)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syn-lite"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "limited but lite syntax parsing with only macro_rules"
license = "MIT"
Expand Down

0 comments on commit ec2dea1

Please sign in to comment.