File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1- 0.4.23
1+ 0.4.24
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11public 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}
You can’t perform that action at this time.
0 commit comments