Skip to content

Commit 24e8220

Browse files
authored
Release 1.0.2 (#21)
1 parent 77831d9 commit 24e8220

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

CHANGELOG.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
3-
4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
62

73
## [Unreleased]
84

5+
## [1.0.2] - 2021-08-21
6+
- Fix "trailing semicolon" warning for `let` statements with multiple patterns.
7+
98
## [1.0.1] - 2020-09-29
10-
### Fixed
119
- Update GitHub links from lfairy → lambda-fairy.
1210

1311
## [1.0.0] - 2019-05-22
14-
### Changed
15-
- Update minimum Rust version to 1.12.0.
16-
17-
### Fixed
12+
- **Breaking change:** Update minimum Rust version to 1.12.0.
1813
- Expand `if` and `if let` to their equivalent expressions instead of `match`.
1914
- Work around an edge case regarding Rust's treatment of `block` matchers.
2015

2116
## [0.1.3] - 2018-07-20
22-
### Added
2317
- Add `local_inner_macros` attribute for compatibility with new-style macro imports.
2418

2519
## [0.1.2] - 2017-02-17
26-
### Added
2720
- Support `no_std`.
2821

29-
[Unreleased]: https://github.com/lfairy/if_chain/compare/v1.0.1...HEAD
22+
[Unreleased]: https://github.com/lfairy/if_chain/compare/v1.0.2...HEAD
23+
[1.0.2]: https://github.com/lfairy/if_chain/compare/v1.0.1...v1.0.2
3024
[1.0.1]: https://github.com/lfairy/if_chain/compare/v1.0.0...v1.0.1
3125
[1.0.0]: https://github.com/lfairy/if_chain/compare/v0.1.3...v1.0.0
3226
[0.1.3]: https://github.com/lfairy/if_chain/compare/v0.1.2...v0.1.3

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "if_chain"
4-
version = "1.0.1"
4+
version = "1.0.2"
55
authors = ["Chris Wong <[email protected]>"]
66

77
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)