Skip to content

Commit 1a80132

Browse files
authored
Prepare v1.2.4 release (#79)
1 parent 6ca8655 commit 1a80132

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

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

8-
## [Unreleased]
8+
## [1.2.4] - 2023-09-01
99

1010
### Fixed
1111
- Take representation into account when determining the discriminant type.
@@ -79,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7979
### Added
8080
- Initial release.
8181

82-
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.2.3...HEAD
82+
[unreleased]: https://github.com/ModProg/derive-where/compare/v1.2.4...HEAD
83+
[1.2.4]: https://github.com/ModProg/derive-where/compare/v1.2.3...v1.2.4
8384
[1.2.3]: https://github.com/ModProg/derive-where/compare/v1.2.2...v1.2.3
8485
[1.2.2]: https://github.com/ModProg/derive-where/compare/v1.2.1...v1.2.2
8586
[1.2.1]: https://github.com/ModProg/derive-where/compare/v1.2.0...v1.2.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "derive-where"
1515
readme = "README.md"
1616
repository = "https://github.com/ModProg/derive-where"
1717
rust-version = "1.57"
18-
version = "1.2.3"
18+
version = "1.2.4"
1919

2020
[lib]
2121
proc-macro = true

0 commit comments

Comments
 (0)