Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Apr 24, 2024
1 parent b4377c9 commit 880ca6e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ 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.4` - April 24th, 2024

### Fixed

- Fixed panics for manifests with a missing tools section ([#15])
- Fixed panics when running `rokit install` or `rokit add` ([#16])
- Fixed tool links missing executable extensions on Windows ([#18])

[#15]: https://github.com/filiptibell/rokit/pull/15
[#16]: https://github.com/filiptibell/rokit/pull/16
[#18]: https://github.com/filiptibell/rokit/pull/18

## `0.0.3` - April 23rd, 2024

### Fixed
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.3"
version = "0.0.4"
edition = "2021"
license = "MIT"
repository = "https://github.com/filiptibell/rokit"
Expand Down

0 comments on commit 880ca6e

Please sign in to comment.