Skip to content

Commit

Permalink
chore(release): prep for v4.1.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AnActualEmerald committed Mar 16, 2024
1 parent 41eef9c commit 88c81de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
All notable changes to this project will be documented in this file.


## v4.1.0-rc.3
## v4.1.0-rc.4

### Bug Fixes

- Don't try to canonicalize path that might not exist
- Use exact expected path when finding Northar core mods

### Dependencies

Expand All @@ -26,6 +27,7 @@ All notable changes to this project will be documented in this file.
- Add `.rpm` bundle
- Remove nsargs crate
- Update action versions
- Specify include in `Cargo.toml` (via [cargo-diet](https://github.com/the-lean-crate/cargo-diet))

## v4.0.0

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 = "papa"
version = "4.1.0-rc.3" # managed by release.sh
version = "4.1.0-rc.4" # managed by release.sh
edition = "2021"
license = "MIT"
description = "A cli mod manager for the Northstar launcher"
Expand Down

0 comments on commit 88c81de

Please sign in to comment.