Skip to content

Commit

Permalink
bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
memo33 committed Dec 26, 2024
1 parent f229fe7 commit aedab13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]


## [0.5.1] - 2024-12-26
### Added
- Added `--launch-browser` option to the `server` command, which opens the web-app in the browser on start-up ([#3][gui3]).

Expand All @@ -20,7 +23,6 @@
- New `/packages.open` endpoint for externally instructing the GUI to open a specific package page (#21).
The main channel website now shows an "Open in App" button for each package.


[gui1]: https://github.com/memo33/sc4pac-gui/issues/1
[gui3]: https://github.com/memo33/sc4pac-gui/issues/3
[gui4]: https://github.com/memo33/sc4pac-gui/issues/4
Expand Down Expand Up @@ -190,9 +192,10 @@
## [0.1.5] - 2023-09-26

[Unreleased]: https://github.com/memo33/sc4pac-tools/compare/0.5.0...HEAD
[0.4.5]: https://github.com/memo33/sc4pac-tools/compare/0.4.5...0.5.0
[0.4.4]: https://github.com/memo33/sc4pac-tools/compare/0.4.4...0.4.5
[Unreleased]: https://github.com/memo33/sc4pac-tools/compare/0.5.1...HEAD
[0.5.1]: https://github.com/memo33/sc4pac-tools/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/memo33/sc4pac-tools/compare/0.4.5...0.5.0
[0.4.5]: https://github.com/memo33/sc4pac-tools/compare/0.4.4...0.4.5
[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
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.5.1-SNAPSHOT"
ThisBuild / version := "0.5.1"

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

Expand Down

0 comments on commit aedab13

Please sign in to comment.