Skip to content

Commit

Permalink
Merge branch 'release/0.8.4' into versions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlineDevPublic committed Apr 1, 2022
2 parents c4eb211 + ac2ef5d commit d8c2491
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
### Security
- None.

## [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.
Author: [Cihat Gündüz](https://github.com/Jeehut) | Issue: [#46](https://github.com/Flinesoft/AnyLint/issues/46)

## [0.8.3] - 2021-10-13
### Changed
- Bumped minimum required Swift tools version to 5.4.
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/Flinesoft/AnyLint/releases">
<img src="https://img.shields.io/badge/Version-0.8.3-blue.svg"
alt="Version: 0.8.3">
<img src="https://img.shields.io/badge/Version-0.8.4-blue.svg"
alt="Version: 0.8.4">
</a>
<a href="https://github.com/Flinesoft/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.3"
public static let currentVersion: String = "0.8.4"

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

0 comments on commit d8c2491

Please sign in to comment.