Skip to content

Commit

Permalink
Bump version & finalize new changelog section
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Apr 24, 2022
1 parent dc886c9 commit d96d4b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
### Security
- None.

## [0.8.5] - 2022-04-24
### Fixed
- Fixed an issue where first violation can't be shown in Xcode due to 'swift-driver version: 1.45.2' printed on same line.

## [0.8.4] - 2022-04-01
### Fixed
- Fixed an issue with pointing to the wrong Swift-SH path on Apple Silicon Macs. Should also fix the path on Linux.
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.8.4-blue.svg"
alt="Version: 0.8.4">
<img src="https://img.shields.io/badge/Version-0.8.5-blue.svg"
alt="Version: 0.8.5">
</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.8.4"
public static let currentVersion: String = "0.8.5"

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

0 comments on commit d96d4b2

Please sign in to comment.