diff --git a/CHANGELOG.md b/CHANGELOG.md index c90f805..f6421c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## `0.1.6` - July 15th, 2024 ### Fixed -- Fixed artifacts with names such as `toolname-win64.zip` not being detected as compatible on Windows ([#39]) +- Fixed artifacts with names ending in `win64.zip` or similar not being detected as compatible on Windows ([#39]) [#39]: https://github.com/rojo-rbx/rokit/pull/39 diff --git a/Cargo.lock b/Cargo.lock index 999347b..5a4fcac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1892,7 +1892,7 @@ dependencies = [ [[package]] name = "rokit" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "async-once-cell", diff --git a/Cargo.toml b/Cargo.toml index 52f53fe..c364fa2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rokit" -version = "0.1.5" +version = "0.1.6" edition = "2021" license = "MIT" repository = "https://github.com/rojo-rbx/rokit"