Skip to content

Commit

Permalink
Bump version num & finalize new changelog section
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Apr 25, 2022
1 parent 5467860 commit ae0a1db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se

## [Unreleased]
### Added
- Allow `customCheck` closure to be throwing by re-throwing if they are.
Author: [Cihat Gündüz](https://github.com/Jeehut)
- None.
### Changed
- None.
### Deprecated
Expand All @@ -32,6 +31,11 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
### Security
- None.

## [0.9.2] - 2022-04-25
### Added
- Allow `customCheck` closure to be throwing by re-throwing if they are.
Author: [Cihat Gündüz](https://github.com/Jeehut)

## [0.9.1] - 2022-04-25
### Changed
- Default violation level was changed from `error` to `warning`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
alt="Coverage"/>
</a>
<a href="https://github.com/FlineDev/AnyLint/releases">
<img src="https://img.shields.io/badge/Version-0.9.1-blue.svg"
alt="Version: 0.9.1">
<img src="https://img.shields.io/badge/Version-0.9.2-blue.svg"
alt="Version: 0.9.2">
</a>
<a href="https://github.com/FlineDev/AnyLint/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-lightgrey.svg"
Expand Down
2 changes: 1 addition & 1 deletion Sources/Utility/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public var log = Logger(outputType: .console)
/// Constants to reference across the project.
public enum Constants {
/// The current tool version string. Conforms to SemVer 2.0.
public static let currentVersion: String = "0.9.1"
public static let currentVersion: String = "0.9.2"

/// The name of this tool.
public static let toolName: String = "AnyLint"
Expand Down

0 comments on commit ae0a1db

Please sign in to comment.