Skip to content

Commit e4dd0fe

Browse files
committed
chore: Release
1 parent 9290441 commit e4dd0fe

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
<!-- ## [Unreleased] -->
8+
9+
## [0.6.0] - 2023-04-29
810
- `Parser::next_keyword(v)`
911

1012
## [0.5.2] - 2023-04-06
@@ -26,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2628
### Changed
2729
- **Breaking Change** `TokenTreeExt::<token>()` now return references
2830

29-
[unreleased]: https://github.com/ModProg/proc-macro-utils/compare/v0.5.2...HEAD
31+
[unreleased]: https://github.com/ModProg/proc-macro-utils/compare/v0.6.0...HEAD
32+
[0.6.0]: https://github.com/ModProg/proc-macro-utils/compare/v0.5.2...v0.6.0
3033
[0.5.2]: https://github.com/ModProg/proc-macro-utils/compare/v0.5.1...v0.5.2
3134
[0.5.1]: https://github.com/ModProg/proc-macro-utils/compare/v0.5.0...v0.5.1
3235
[0.5.0]: https://github.com/ModProg/proc-macro-utils/compare/v0.4.0...v0.5.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc-macro-utils"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
edition = "2021"
55
categories = ["development-tools::procedural-macro-helpers"]
66
description = "low-level utilities on proc-macro and proc-macro2 types"

0 commit comments

Comments
 (0)