From 041088587dca1a138b413e6de9b7227fd9e8a0f1 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Thu, 18 Jul 2024 02:27:23 +0200 Subject: [PATCH] Version 0.2.1 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e33610..18ae92d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,21 @@ 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). +## `0.2.1` - July 17th, 2024 + +### Added + +- Added a new self-install mechanism to automatically install Rokit on Windows, if Rokit is launched by clicking it in the File Explorer or similar locations ([#52]) + +### Fixed + +- Fixed `rokit system-info` displaying Rokit as not in PATH even when it was ([#50]) +- Foxed process group behavior on Windows that was preventing programs spawned by Rokit from exiting properly ([#51]) + +[#50]: https://github.com/rojo-rbx/rokit/pull/50 +[#51]: https://github.com/rojo-rbx/rokit/pull/51 +[#52]: https://github.com/rojo-rbx/rokit/pull/52 + ## `0.2.0` - July 16th, 2024 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5923b48..b5b1074 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1882,7 +1882,7 @@ dependencies = [ [[package]] name = "rokit" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-once-cell", diff --git a/Cargo.toml b/Cargo.toml index e1f8091..2a988cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rokit" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" repository = "https://github.com/rojo-rbx/rokit"