Skip to content

Commit

Permalink
Prepare v1.2.7 release (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Dec 14, 2023
1 parent 3602c57 commit a47e8ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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]
## [1.2.7] - 2023-12-14

### Fixed
- Apply `#[automatically_derived]` to all generated implementations.
Expand Down Expand Up @@ -98,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[unreleased]: https://github.com/ModProg/derive-where/compare/v1.2.6...HEAD
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.2.7...HEAD
[1.2.7]: https://github.com/ModProg/derive-where/compare/v1.2.6...v1.2.7
[1.2.6]: https://github.com/ModProg/derive-where/compare/v1.2.5...v1.2.6
[1.2.5]: https://github.com/ModProg/derive-where/compare/v1.2.4...v1.2.5
[1.2.4]: https://github.com/ModProg/derive-where/compare/v1.2.3...v1.2.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "derive-where"
readme = "README.md"
repository = "https://github.com/ModProg/derive-where"
rust-version = "1.57"
version = "1.2.6"
version = "1.2.7"

[lib]
proc-macro = true
Expand Down

0 comments on commit a47e8ed

Please sign in to comment.