Skip to content

Commit bae4df1

Browse files
chore(release): prep for v3.1.0-beta
1 parent df8157e commit bae4df1

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
6+
## unreleased
7+
8+
### Bug Fixes
9+
10+
- Properly continue with `force` flag
11+
- Filter northstar core mods when performing update check
12+
- Don't use bash commands in windows workflow
13+
- Clean old mod folders on update
14+
15+
### Features
16+
17+
- Add `no-cache` flag
18+
- Add `all` flag to `enable` and `disable` commands
19+
- Import and export mod lists (#23)
20+
- Add env command
21+
22+
### Miscellaneous Tasks
23+
24+
- Update release script tag message formatting
25+
- More release script tweaks
26+
- Add ignore_tags regex to cliff config
27+
- Remove unused files
28+
- Update .gitignore
29+
- Clippy fixes
30+
- Fix changelog header
31+
- Publish crate from CI
32+
- Bump dependencies
33+
34+
## v3.0.1
35+
36+
### Fix
37+
38+
- Create non existing file directories for download cache and config (#15)
39+
40+
### Miscellaneous Tasks
41+
42+
- Add git-cliff config
43+
- Add release script
44+
- Make release script executable (woops lol)
45+
46+
<!-- generated by git-cliff -->

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-alpha.1" # managed by release.sh
3+
version = "3.1.0-beta" # 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)