Skip to content

Commit

Permalink
chore: Release quote-use version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ModProg committed May 21, 2023
1 parent fcd1860 commit c23801b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
<!-- ## [Unreleased] -->
## [0.7.1] - 2023-05-21
- Removed `proc-macro-error` dependency

## [0.7.0]
Expand All @@ -16,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Reduced required features of `syn`
- **Breaking Change**: `# use #var path::Value` is no longer supported, use `# use #var::path::Value` instead

[unreleased]: https://github.com/ModProg/quote-use/compare/v0.7.0...HEAD
[unreleased]: https://github.com/ModProg/quote-use/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/ModProg/quote-use/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/ModProg/quote-use/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/ModProg/quote-use/compare/v0.5.1...v0.6.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["macro"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ModProg/quote-use"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
name = "quote-use"

Expand Down

0 comments on commit c23801b

Please sign in to comment.