Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jul 16, 2024
1 parent ca201e4 commit 06da002
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.2.0` - July 16th, 2024

### Added

Expand All @@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fixed artifact names with versions in them suchas `lune-0.8.6-linux-x86_64.zip` no longer installing correctly in Rokit `0.1.6` ([#40])
- Fixed artifact names with versions in them, such as `lune-0.8.6-linux-x86_64.zip`, no longer installing correctly in Rokit `0.1.6` ([#40])

[#40]: https://github.com/rojo-rbx/rokit/pull/40

Expand Down
21 changes: 10 additions & 11 deletions 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.7"
version = "0.2.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/rojo-rbx/rokit"
Expand Down

0 comments on commit 06da002

Please sign in to comment.