Skip to content

Commit

Permalink
chore(release): prep for v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AnActualEmerald committed Sep 18, 2024
1 parent ceb8176 commit 116a579
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [0.8.2] - 2024-09-18

### Miscellaneous Tasks

- Update `zip` requirement to ^2.2
- Stricter clippy lints
- Replace `lazy_static` with `LazyLock` (#12)

## [0.8.1] - 2024-04-21

### Bug Fixes
Expand Down
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.8.1" # managed by release.sh
version = "0.8.2" # managed by release.sh
edition = "2021"
rust-version = "1.80"
description = "Crate for managing Northstar mods"
Expand Down

0 comments on commit 116a579

Please sign in to comment.