Skip to content

Commit

Permalink
chore(release): prep for v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AnActualEmerald committed Jun 2, 2023
1 parent 3765c28 commit 36f324f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.6.4] - 2023-06-02

### Bug Fixes

- Properly disable `EnabledMods` autosave when disabled

### Features

- Return paths from install functions

### Miscellaneous Tasks

- Add code coverage
- Add git cliff config
- Use a proper changelog
- Clippy & formatting

### Testing

- Add tests for api module
- Add file download test
- Add installation tests
- Add tests for utils
- Add tests for model objects

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libthermite"
version = "0.6.4-beta" # managed by release.sh
version = "0.6.4" # managed by release.sh
edition = "2021"
description = "Crate for managing Northstar mods"
license = "MIT"
Expand Down

0 comments on commit 36f324f

Please sign in to comment.