Skip to content

Commit

Permalink
Merge pull request #254 from Kevin-Lee/prepare-to-release
Browse files Browse the repository at this point in the history
whatsub v1.2.1
  • Loading branch information
kevin-lee committed May 16, 2023
2 parents 7ddef9e + e1cee9e commit e54b9ac
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .scripts/install-graal-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu

app_executable_name=whatsub
app_name=whatsub-cli
app_version=${1:-1.2.0}
app_version=${1:-1.2.1}
app_package_file="${app_name}-macos-latest"
download_url="https://github.com/Kevin-Lee/whatsub/releases/download/v${app_version}/${app_package_file}"

Expand Down
2 changes: 1 addition & 1 deletion .scripts/install-graal-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu

app_executable_name=whatsub
app_name=whatsub-cli
app_version=${1:-1.2.0}
app_version=${1:-1.2.1}
app_package_file="${app_name}-ubuntu-latest"
download_url="https://github.com/Kevin-Lee/whatsub/releases/download/v${app_version}/${app_package_file}"

Expand Down
2 changes: 1 addition & 1 deletion .scripts/install-jvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu

app_executable_name=whatsub
app_name=whatsub-cli
app_version=${1:-1.2.0}
app_version=${1:-1.2.1}
versioned_app_name="${app_name}-${app_version}"
app_zip_file="${versioned_app_name}.zip"
download_url="https://github.com/Kevin-Lee/whatsub/releases/download/v${app_version}/${app_zip_file}"
Expand Down
13 changes: 13 additions & 0 deletions changelogs/1.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## [1.2.1](https://github.com/Kevin-Lee/whatsub/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3Amilestone12) - 2023-05-16

## Bug Fix
* Parsing SAMI file fails when there's no `<TITLE>` tag (#252)


## Internal Housekeeping
* Upgrade Scala and libraries
* Scala to `3.2.2`
* cats-effect to `3.4.8`
* effectie to `2.0.0-beta9`
* extras to `0.38.0`
* sbt-wartremover to `3.1.0`
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "1.2.0"
ThisBuild / version := "1.2.1"

0 comments on commit e54b9ac

Please sign in to comment.