Skip to content

Commit

Permalink
Release 1.0.2 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambda-fairy authored Aug 21, 2021
1 parent 77831d9 commit 24e8220
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,26 @@
# Changelog
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.0.2] - 2021-08-21
- Fix "trailing semicolon" warning for `let` statements with multiple patterns.

## [1.0.1] - 2020-09-29
### Fixed
- Update GitHub links from lfairy → lambda-fairy.

## [1.0.0] - 2019-05-22
### Changed
- Update minimum Rust version to 1.12.0.

### Fixed
- **Breaking change:** Update minimum Rust version to 1.12.0.
- Expand `if` and `if let` to their equivalent expressions instead of `match`.
- Work around an edge case regarding Rust's treatment of `block` matchers.

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

## [0.1.2] - 2017-02-17
### Added
- Support `no_std`.

[Unreleased]: https://github.com/lfairy/if_chain/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/lfairy/if_chain/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/lfairy/if_chain/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/lfairy/if_chain/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/lfairy/if_chain/compare/v0.1.3...v1.0.0
[0.1.3]: https://github.com/lfairy/if_chain/compare/v0.1.2...v0.1.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "if_chain"
version = "1.0.1"
version = "1.0.2"
authors = ["Chris Wong <[email protected]>"]

license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 24e8220

Please sign in to comment.