Skip to content

Commit

Permalink
Prepare v1.2.6 release (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Dec 4, 2023
1 parent 46306f2 commit 2ce02fb
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.6] - 2023-12-04

### Fixed
- Use the `Copy` implementation for `Clone` only if no bounds are present.
Expand Down Expand Up @@ -93,7 +93,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.5...HEAD
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.2.6...HEAD
[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
[1.2.3]: https://github.com/ModProg/derive-where/compare/v1.2.2...v1.2.3
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.5"
version = "1.2.6"

[lib]
proc-macro = true
Expand Down

0 comments on commit 2ce02fb

Please sign in to comment.