Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Apr 23, 2024
1 parent ae446a4 commit 4e6c336
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0.2"
version = "0.0.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/filiptibell/rokit"
Expand Down

0 comments on commit 4e6c336

Please sign in to comment.