Skip to content

Commit

Permalink
Merge pull request #155 from IBDecodable/release/0.4.23
Browse files Browse the repository at this point in the history
Release 0.4.23
  • Loading branch information
kateinoigakukun authored Apr 25, 2020
2 parents 27c3a9b + db0fc59 commit 3aa981b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.22
0.4.23
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.4.23]

### Added

- Support `UICollectionReusableView` for `reuse_identifier` rule. [#152](https://github.com/IBDecodable/IBLinter/pull/152)

### Fixed

- Respect `verifyAmbiguity` for `ambiguous` rule [#154](https://github.com/IBDecodable/IBLinter/pull/154)

## [0.4.22]

### Added
Expand Down Expand Up @@ -95,7 +105,8 @@ Fix bug where IBLinter ignores to validate UICollectionViewCell. [#97](https://g
- First version


[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.22...HEAD
[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.23...HEAD
[0.4.23]: https://github.com/IBDecodable/IBLinter/compare/0.4.22...0.4.23
[0.4.22]: https://github.com/IBDecodable/IBLinter/compare/0.4.21...0.4.22
[0.4.21]: https://github.com/IBDecodable/IBLinter/compare/0.4.20...0.4.21
[0.4.20]: https://github.com/IBDecodable/IBLinter/compare/0.4.19...0.4.20
Expand Down
2 changes: 1 addition & 1 deletion Sources/IBLinterKit/Version.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
public struct Version {
public let value: String

public static let current = Version(value: "0.4.22")
public static let current = Version(value: "0.4.23")
}

0 comments on commit 3aa981b

Please sign in to comment.