Skip to content

Commit

Permalink
Update CHANGELOG.md & bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Dec 16, 2024
1 parent aad0176 commit c5b6c3d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@

# Changelog

## Unreleased

## v0.22.0

### Highlights

- When removing a project, Pakku will always ask whether you want to remove each of its dependencies.
- Added glob pattern support for specifying overrides, server_overrides and client_overrides, in [#70](https://github.com/juraj-hrivnak/Pakku/pull/70).
- This new implementation is optimized to work with large modpacks.
- For more info see [v0.20.0](https://github.com/juraj-hrivnak/Pakku/releases/tag/v0.20.0).

### Fixes

- Removed hyperlink from exported modpack file path messages. They didn't work properly on all platforms.

### API

- Breaking change: Refactored action errors to separate data classes.
- Created a mini framework for simplifying tests.

## v0.21.0

- Improved projects updating, by @SettingDust in [#49](https://github.com/juraj-hrivnak/Pakku/pull/49).
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "teksturepako.pakku"
version = "0.21.0"
version = "0.22.0"

val nativeEnabled = false

Expand Down

0 comments on commit c5b6c3d

Please sign in to comment.