Skip to content

Commit

Permalink
bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
memo33 committed Aug 11, 2024
1 parent 061145d commit 2c060a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]


## [0.4.4] - 2024-08-11
### Fixed
- support for Apple silicon M1 (#4) (previously, some packages using NSIS exe installers could not be extracted on that platform).
- a rare issue that could arise on platforms with a non-English locale (Turkish, in particular).
Expand Down Expand Up @@ -108,7 +111,8 @@
## [0.1.5] - 2023-09-26

[Unreleased]: https://github.com/memo33/sc4pac-tools/compare/0.4.3...HEAD
[Unreleased]: https://github.com/memo33/sc4pac-tools/compare/0.4.4...HEAD
[0.4.4]: https://github.com/memo33/sc4pac-tools/compare/0.4.3...0.4.4
[0.4.3]: https://github.com/memo33/sc4pac-tools/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/memo33/sc4pac-tools/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/memo33/sc4pac-tools/compare/0.4.0...0.4.1
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sc4pac"

ThisBuild / organization := "io.github.memo33"

ThisBuild / version := "0.4.4-SNAPSHOT"
ThisBuild / version := "0.4.4"

// ThisBuild / versionScheme := Some("early-semver")

Expand Down

0 comments on commit 2c060a9

Please sign in to comment.