From 4e6c336f9a2fa31eaf49ed1e9474c8d63d8587ea Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Tue, 23 Apr 2024 18:19:49 +0200 Subject: [PATCH] Version 0.0.3 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e18900..aa3a46e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ 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.0.3` - April 23rd, 2024 + +### Fixed + +- Fixed tools installed by Rokit not being usable on Windows ([#10]) + +[#10]: https://github.com/filiptibell/rokit/pull/10 + ## `0.0.2` - April 2nd, 2024 ### Breaking Changes diff --git a/Cargo.lock b/Cargo.lock index 3b61f5b..903bbe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1549,7 +1549,7 @@ dependencies = [ [[package]] name = "rokit" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "async-once-cell", diff --git a/Cargo.toml b/Cargo.toml index 543c4ba..5c81093 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rokit" -version = "0.0.2" +version = "0.0.3" edition = "2021" license = "MIT" repository = "https://github.com/filiptibell/rokit"