Skip to content

Commit

Permalink
Merge pull request #169 from IBDecodable/release/0.4.26
Browse files Browse the repository at this point in the history
Release 0.4.26
  • Loading branch information
kateinoigakukun authored Mar 18, 2021
2 parents da37b21 + 83c11ba commit fe22ad5
Show file tree
Hide file tree
Showing 3 changed files with 10 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.25
0.4.26
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.4.26]

### Added

- Add CodeClimate reporter. [#167](https://github.com/IBDecodable/IBLinter/pull/167)
- Support filename for including/excluding linting target. [#168](https://github.com/IBDecodable/IBLinter/pull/168)

## [0.4.25]

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


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

0 comments on commit fe22ad5

Please sign in to comment.