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 42b3231 commit 1073b8c
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 @@ -21,8 +21,7 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
### Added
- None.
### Changed
- Default violation level was changed from `error` to `warning`.
Author: [Cihat Gündüz](https://github.com/Jeehut) | Issue: [#47](https://github.com/FlineDev/AnyLint/issues/47)
- None.
### Deprecated
- None.
### Removed
Expand All @@ -32,6 +31,11 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
### Security
- None.

## [0.9.1] - 2022-04-25
### Changed
- Default violation level was changed from `error` to `warning`.
Author: [Cihat Gündüz](https://github.com/Jeehut) | Issue: [#47](https://github.com/FlineDev/AnyLint/issues/47)

## [0.9.0] - 2022-04-24
### Added
- Added new option `violationLocation` parameter for `checkFileContents` for specifying position of violation marker using `.init(range:bound:)`, where `range` can be one of `.fullMatch` or `.captureGroup(index:)` and bound one of `.lower` or `.upper`.
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.0-blue.svg"
alt="Version: 0.9.0">
<img src="https://img.shields.io/badge/Version-0.9.1-blue.svg"
alt="Version: 0.9.1">
</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.0"
public static let currentVersion: String = "0.9.1"

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

0 comments on commit 1073b8c

Please sign in to comment.