File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased]
7+ <!-- ## [Unreleased] -->
8+
9+ ## [ 0.10.0] - 2024-05-21
810### Changed
911- ` next_expression() ` stops at ` => ` as well, matching ` macro_rule ` 's ` expr `
1012
@@ -78,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7880### Changed
7981- ** Breaking Change** ` TokenTreeExt::<token>() ` now return references
8082
81- [ unreleased ] : https://github.com/ModProg/proc-macro-utils/compare/v0.9.1...HEAD
83+ [ unreleased ] : https://github.com/ModProg/proc-macro-utils/compare/v0.10.0...HEAD
84+ [ 0.10.0 ] : https://github.com/ModProg/proc-macro-utils/compare/v0.9.1...v0.10.0
8285[ 0.9.1 ] : https://github.com/ModProg/proc-macro-utils/compare/v0.9.0...v0.9.1
8386[ 0.9.0 ] : https://github.com/ModProg/proc-macro-utils/compare/v0.8.0...v0.9.0
8487[ 0.8.0 ] : https://github.com/ModProg/proc-macro-utils/compare/v0.7.0...v0.8.0
Original file line number Diff line number Diff line change 11[package ]
22name = " proc-macro-utils"
3- version = " 0.9.1 "
3+ version = " 0.10.0 "
44edition = " 2021"
55categories = [" development-tools::procedural-macro-helpers" ]
66description = " low-level utilities on proc-macro and proc-macro2 types"
You can’t perform that action at this time.
0 commit comments