Skip to content

Commit 88c81de

Browse files
chore(release): prep for v4.1.0-rc.4
1 parent 41eef9c commit 88c81de

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55

6-
## v4.1.0-rc.3
6+
## v4.1.0-rc.4
77

88
### Bug Fixes
99

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

1213
### Dependencies
1314

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

3032
## v4.0.0
3133

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "papa"
3-
version = "4.1.0-rc.3" # managed by release.sh
3+
version = "4.1.0-rc.4" # managed by release.sh
44
edition = "2021"
55
license = "MIT"
66
description = "A cli mod manager for the Northstar launcher"

0 commit comments

Comments
 (0)