Skip to content

Commit 3aa981b

Browse files
Merge pull request #155 from IBDecodable/release/0.4.23
Release 0.4.23
2 parents 27c3a9b + db0fc59 commit 3aa981b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.22
1+
0.4.23

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.4.23]
8+
9+
### Added
10+
11+
- Support `UICollectionReusableView` for `reuse_identifier` rule. [#152](https://github.com/IBDecodable/IBLinter/pull/152)
12+
13+
### Fixed
14+
15+
- Respect `verifyAmbiguity` for `ambiguous` rule [#154](https://github.com/IBDecodable/IBLinter/pull/154)
16+
717
## [0.4.22]
818

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

97107

98-
[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.22...HEAD
108+
[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.23...HEAD
109+
[0.4.23]: https://github.com/IBDecodable/IBLinter/compare/0.4.22...0.4.23
99110
[0.4.22]: https://github.com/IBDecodable/IBLinter/compare/0.4.21...0.4.22
100111
[0.4.21]: https://github.com/IBDecodable/IBLinter/compare/0.4.20...0.4.21
101112
[0.4.20]: https://github.com/IBDecodable/IBLinter/compare/0.4.19...0.4.20

Sources/IBLinterKit/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
public struct Version {
22
public let value: String
33

4-
public static let current = Version(value: "0.4.22")
4+
public static let current = Version(value: "0.4.23")
55
}

0 commit comments

Comments
 (0)