File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed
Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22
33name = " if_chain"
4- version = " 1.0.1 "
4+ version = " 1.0.2 "
55authors = [" Chris Wong <lambda.fairy@gmail.com>" ]
66
77license = " MIT/Apache-2.0"
You can’t perform that action at this time.
0 commit comments