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 May 27, 2022
1 parent f573515 commit fa5343f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,24 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
### Added
- None.
### Changed
- Improved output color & formatting of new `--measure` option for printing execution time per check.
Author: [Cihat Gündüz](https://github.com/Jeehut)
- None.
### Deprecated
- None.
### Removed
- None.
### Fixed
- New `--measure` option did not work when no violations were found, now also prints when all checks succeed.
Author: [Cihat Gündüz](https://github.com/Jeehut)
- None.
### Security
- None.

## [0.10.1] - 2022-05-27
### Changed
- Improved output color & formatting of new `--measure` option for printing execution time per check.
Author: [Cihat Gündüz](https://github.com/Jeehut)
### Fixed
- New `--measure` option did not work when no violations were found, now also prints when all checks succeed.
Author: [Cihat Gündüz](https://github.com/Jeehut)

## [0.10.0] - 2022-05-27
### Added
- New `--measure` / `-m` option to print execution times per check to find slow checks easily.
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.10.0-blue.svg"
alt="Version: 0.10.0">
<img src="https://img.shields.io/badge/Version-0.10.1-blue.svg"
alt="Version: 0.10.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.10.0"
public static let currentVersion: String = "0.10.1"

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

0 comments on commit fa5343f

Please sign in to comment.