Skip to content

Commit

Permalink
Version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jul 15, 2024
1 parent 1c6b7ef commit 0ce82ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 0ce82ef

Please sign in to comment.