Skip to content

Commit 62209d4

Browse files
Merge pull request #162 from IBDecodable/release/0.4.24
Release 0.4.24
2 parents 6d836bc + 99e6af3 commit 62209d4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.23
1+
0.4.24

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.4.24]
8+
9+
### Added
10+
11+
- Support Linux platform. [#160](https://github.com/IBDecodable/IBLinter/pull/160)
12+
13+
### Fixed
14+
15+
- Fix cache file name issue. [#157](https://github.com/IBDecodable/IBLinter/pull/157)
16+
- Fix duplicated constraints for multiplier. [#161](https://github.com/IBDecodable/IBLinter/pull/161)
17+
718
## [0.4.23]
819

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

107118

108-
[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.23...HEAD
119+
[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.24...HEAD
120+
[0.4.24]: https://github.com/IBDecodable/IBLinter/compare/0.4.23...0.4.24
109121
[0.4.23]: https://github.com/IBDecodable/IBLinter/compare/0.4.22...0.4.23
110122
[0.4.22]: https://github.com/IBDecodable/IBLinter/compare/0.4.21...0.4.22
111123
[0.4.21]: https://github.com/IBDecodable/IBLinter/compare/0.4.20...0.4.21

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

0 commit comments

Comments
 (0)