Skip to content

Commit 7a51b75

Browse files
chore(release): prep for v3.1.0-alpha.1
1 parent 8261ea9 commit 7a51b75

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
All notable changes to this project will be documented in this file.
44

55

6+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8+
9+
## v3.1.0-alpha.1
10+
11+
### Bug Fixes
12+
13+
- Properly continue with `force` flag
14+
- Filter northstar core mods when performing update check
15+
16+
### Features
17+
18+
- Add `no-cache` flag
19+
- Add `all` flag to `enable` and `disable` commands
20+
- Import and export mod lists (#23)
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+
31+
# Changelog
32+
33+
All notable changes to this project will be documented in this file.
34+
35+
636
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
737
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
838

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