Skip to content

Commit 27119cb

Browse files
Merge pull request #148 from kateinoigakukun/release/0.4.22
Release 0.4.22
2 parents 493965a + b8f45a8 commit 27119cb

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.version

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

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.4.22]
8+
9+
### Added
10+
11+
- Add rule `color_resources`, which detect missing named colors similar to image_resources rule. [#141](https://github.com/IBDecodable/IBLinter/pull/141)
12+
- Support custom symbol image for `image_resources` rule. [#142](https://github.com/IBDecodable/IBLinter/pull/142)
13+
714
## [0.4.21]
815

916
### Added
@@ -88,7 +95,8 @@ Fix bug where IBLinter ignores to validate UICollectionViewCell. [#97](https://g
8895
- First version
8996

9097

91-
[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.21...HEAD
98+
[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.22...HEAD
99+
[0.4.22]: https://github.com/IBDecodable/IBLinter/compare/0.4.21...0.4.22
92100
[0.4.21]: https://github.com/IBDecodable/IBLinter/compare/0.4.20...0.4.21
93101
[0.4.20]: https://github.com/IBDecodable/IBLinter/compare/0.4.19...0.4.20
94102
[0.4.19]: https://github.com/IBDecodable/IBLinter/compare/0.4.18...0.4.19

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.21")
4+
public static let current = Version(value: "0.4.22")
55
}

0 commit comments

Comments
 (0)