From 80ca8811a8c593b3b9e5b32029bb0eedb51adcf1 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Sat, 22 Feb 2020 10:52:00 +0900 Subject: [PATCH 1/2] Bump version to 0.4.22 --- .version | 2 +- Sources/IBLinterKit/Version.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 4add8a3..39cf8aa 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.4.21 +0.4.22 diff --git a/Sources/IBLinterKit/Version.swift b/Sources/IBLinterKit/Version.swift index 51f2cf7..c77d35d 100644 --- a/Sources/IBLinterKit/Version.swift +++ b/Sources/IBLinterKit/Version.swift @@ -1,5 +1,5 @@ public struct Version { public let value: String - public static let current = Version(value: "0.4.21") + public static let current = Version(value: "0.4.22") } From b8f45a8a9cff52c5d7550cb567ccde2cb7d24a8a Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Sat, 22 Feb 2020 10:59:23 +0900 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91f5a1..7d55101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.4.22] + +### Added + +- Add rule `color_resources`, which detect missing named colors similar to image_resources rule. [#141](https://github.com/IBDecodable/IBLinter/pull/141) +- Support custom symbol image for `image_resources` rule. [#142](https://github.com/IBDecodable/IBLinter/pull/142) + ## [0.4.21] ### Added @@ -88,7 +95,8 @@ Fix bug where IBLinter ignores to validate UICollectionViewCell. [#97](https://g - First version -[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.21...HEAD +[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.22...HEAD +[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 [0.4.19]: https://github.com/IBDecodable/IBLinter/compare/0.4.18...0.4.19