Skip to content

Commit fe22ad5

Browse files
Merge pull request #169 from IBDecodable/release/0.4.26
Release 0.4.26
2 parents da37b21 + 83c11ba commit fe22ad5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.25
1+
0.4.26

CHANGELOG.md

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

55
## [Unreleased]
6+
## [0.4.26]
7+
8+
### Added
9+
10+
- Add CodeClimate reporter. [#167](https://github.com/IBDecodable/IBLinter/pull/167)
11+
- Support filename for including/excluding linting target. [#168](https://github.com/IBDecodable/IBLinter/pull/168)
612

713
## [0.4.25]
814

@@ -124,7 +130,8 @@ Fix bug where IBLinter ignores to validate UICollectionViewCell. [#97](https://g
124130
- First version
125131

126132

127-
[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.25...HEAD
133+
[Unreleased]: https://github.com/IBDecodable/IBLinter/compare/0.4.26...HEAD
134+
[0.4.26]: https://github.com/IBDecodable/IBLinter/compare/0.4.25...0.4.26
128135
[0.4.25]: https://github.com/IBDecodable/IBLinter/compare/0.4.24...0.4.25
129136
[0.4.24]: https://github.com/IBDecodable/IBLinter/compare/0.4.23...0.4.24
130137
[0.4.23]: https://github.com/IBDecodable/IBLinter/compare/0.4.22...0.4.23

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

0 commit comments

Comments
 (0)