Skip to content

Commit

Permalink
Merge pull request #166 from IBDecodable/release/0.4.25
Browse files Browse the repository at this point in the history
Release 0.4.25
  • Loading branch information
kateinoigakukun authored Sep 26, 2020
2 parents fad133c + a26e5f0 commit 5d9454d
Show file tree
Hide file tree
Showing 3 changed files with 12 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.24
0.4.25
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.4.25]

### Added

- Add GitLab JUnit reporter. [#163](https://github.com/IBDecodable/IBLinter/pull/163)
- Add `stackview_backgroundcolor` rule, which detects background color definition for `UIStackView` to keep appearance compatibility between iOS 14 and less than iOS 13. [#165](https://github.com/IBDecodable/IBLinter/pull/165)
- Add `use_trait_collections` rule, which checks if a document `useTraitCollections` is enabled or disabled. [#164](https://github.com/IBDecodable/IBLinter/pull/164)

## [0.4.24]

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


[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.24...HEAD
[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.25...HEAD
[0.4.25]: https://github.com/IBDecodable/IBLinter/compare/0.4.24...0.4.25
[0.4.24]: https://github.com/IBDecodable/IBLinter/compare/0.4.23...0.4.24
[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
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.24")
public static let current = Version(value: "0.4.25")
}

0 comments on commit 5d9454d

Please sign in to comment.