File tree 2 files changed +31
-1
lines changed
2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
5
5
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
+
6
36
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7
37
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
38
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " papa"
3
- version = " 3.1.0-alpha" # managed by release.sh
3
+ version = " 3.1.0-alpha.1 " # managed by release.sh
4
4
edition = " 2021"
5
5
license = " MIT"
6
6
description = " A cli mod manager for the Northstar launcher"
You can’t perform that action at this time.
0 commit comments