Skip to content

Commit

Permalink
Bump version & update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Dec 22, 2024
1 parent 59eba4f commit 6e05ba9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

## Unreleased

## v0.24.1

- Refactored `sync` command's subpath search algorithm to async.
- Fixed export profiles' `orElse` function not working as intended. (Optional integration with FileDirector did not work.)

## v0.24.0

### Highlights
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.24.0"
version = "0.24.1"

val nativeEnabled = false

Expand Down

0 comments on commit 6e05ba9

Please sign in to comment.