Skip to content

Commit

Permalink
chore(release): prep for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnActualEmerald committed Jan 12, 2024
1 parent c59e83c commit bf17abe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
coverage:
cargo test

10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [0.7.0-beta] - 2023-07-21
## [0.7.0] - 2024-01-12

### Documentation

Expand All @@ -11,11 +11,19 @@ All notable changes to this project will be documented in this file.
### Features

- Support for new northstar package system
- Expose steam and origin IDs as constants

### Miscellaneous Tasks

- Specify exact dependency features
- Bump mockall
- Loosen version requirements

### Testing

- Fix enabled_mods tests failing randomly
- Increase utils test coverage
- Write more tests

## [0.6.5] - 2023-07-07

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.7.0-beta" # managed by release.sh
version = "0.7.0" # managed by release.sh
edition = "2021"
description = "Crate for managing Northstar mods"
license = "MIT"
Expand Down

0 comments on commit bf17abe

Please sign in to comment.