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 Aug 30, 2024
1 parent ac856fe commit ae894bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

## v0.16.0

- When adding projects, slugs are now more robustly resolved.
- Project additions are now stricter. Pakku now doesn't allow you to add projects without any files.
- Fixed [#15](https://github.com/juraj-hrivnak/Pakku/issues/15).
- Added backup handling when writing to files.
When an error occurs during writing to a file a backup is restored.
- Pakku now shows you the project type alongside the slugs in all messages.

## v0.15.1

- Fixed modpack `@var@` replacements not working.
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.15.1"
version = "0.16.0"

val nativeEnabled = false

Expand Down

0 comments on commit ae894bb

Please sign in to comment.