Skip to content

Commit 8c7af44

Browse files
chore(release): prep for v3.1.0
1 parent f93e150 commit 8c7af44

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
1616

1717
- Add `no-cache` flag
1818
- Add `all` flag to `enable` and `disable` commands
19-
- Import and export mod lists (#23)
19+
- Import and export mod lists ([#23](https://github.com/anactualemerald/papa/pull/23))
2020
- Add env command
2121

2222
### Miscellaneous Tasks
@@ -30,6 +30,8 @@ All notable changes to this project will be documented in this file.
3030
- Fix changelog header
3131
- Publish crate from CI
3232
- Bump dependencies
33+
- Replace PR and issue numbers with links in changelog
34+
- Bump `libthermite` version
3335

3436
### Styling
3537

@@ -39,7 +41,7 @@ All notable changes to this project will be documented in this file.
3941

4042
### Fix
4143

42-
- Create non existing file directories for download cache and config (#15)
44+
- Create non existing file directories for download cache and config ([#15](https://github.com/anactualemerald/papa/pull/15))
4345

4446
### Miscellaneous Tasks
4547

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "papa"
3-
version = "3.1.0-beta.1" # managed by release.sh
3+
version = "3.1.0" # 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)