Skip to content

Commit

Permalink
Merge pull request #148 from kateinoigakukun/release/0.4.22
Browse files Browse the repository at this point in the history
Release 0.4.22
  • Loading branch information
kateinoigakukun authored Feb 22, 2020
2 parents 493965a + b8f45a8 commit 27119cb
Show file tree
Hide file tree
Showing 3 changed files with 11 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.21
0.4.22
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.21")
public static let current = Version(value: "0.4.22")
}

0 comments on commit 27119cb

Please sign in to comment.