Skip to content

Commit

Permalink
Merge pull request #162 from IBDecodable/release/0.4.24
Browse files Browse the repository at this point in the history
Release 0.4.24
  • Loading branch information
kateinoigakukun authored Jul 15, 2020
2 parents 6d836bc + 99e6af3 commit 62209d4
Show file tree
Hide file tree
Showing 3 changed files with 15 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.23
0.4.24
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.4.24]

### Added

- Support Linux platform. [#160](https://github.com/IBDecodable/IBLinter/pull/160)

### Fixed

- Fix cache file name issue. [#157](https://github.com/IBDecodable/IBLinter/pull/157)
- Fix duplicated constraints for multiplier. [#161](https://github.com/IBDecodable/IBLinter/pull/161)

## [0.4.23]

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


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

0 comments on commit 62209d4

Please sign in to comment.