File tree 2 files changed +7
-13
lines changed
2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
# 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 ) .
6
2
7
3
## [ Unreleased]
8
4
5
+ ## [ 1.0.2] - 2021-08-21
6
+ - Fix "trailing semicolon" warning for ` let ` statements with multiple patterns.
7
+
9
8
## [ 1.0.1] - 2020-09-29
10
- ### Fixed
11
9
- Update GitHub links from lfairy → lambda-fairy.
12
10
13
11
## [ 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.
18
13
- Expand ` if ` and ` if let ` to their equivalent expressions instead of ` match ` .
19
14
- Work around an edge case regarding Rust's treatment of ` block ` matchers.
20
15
21
16
## [ 0.1.3] - 2018-07-20
22
- ### Added
23
17
- Add ` local_inner_macros ` attribute for compatibility with new-style macro imports.
24
18
25
19
## [ 0.1.2] - 2017-02-17
26
- ### Added
27
20
- Support ` no_std ` .
28
21
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
30
24
[ 1.0.1 ] : https://github.com/lfairy/if_chain/compare/v1.0.0...v1.0.1
31
25
[ 1.0.0 ] : https://github.com/lfairy/if_chain/compare/v0.1.3...v1.0.0
32
26
[ 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 1
1
[package ]
2
2
3
3
name = " if_chain"
4
- version = " 1.0.1 "
4
+ version = " 1.0.2 "
5
5
authors = [
" Chris Wong <[email protected] >" ]
6
6
7
7
license = " MIT/Apache-2.0"
You can’t perform that action at this time.
0 commit comments