Skip to content

Commit

Permalink
Merge pull request #116 from Kevin-Lee/prepare-to-release
Browse files Browse the repository at this point in the history
whatsub v1.0.0
  • Loading branch information
kevin-lee committed Oct 10, 2021
2 parents 92319c4 + b015410 commit 41fc2e2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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:-0.1.3}
app_version=${1:-1.0.0}
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:-0.1.3}
app_version=${1:-1.0.0}
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 build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lazy val props =

final val ProjectName = RepoName

final val ProjectVersion = "0.1.3"
final val ProjectVersion = "1.0.0"

final val ExecutableScriptName = RepoName

Expand Down
8 changes: 8 additions & 0 deletions changelogs/1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## [1.0.0](https://github.com/Kevin-Lee/whatsub/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3Amilestone5) - 2021-10-10


## Done
* Simplify options (#104)
* Get rid of `--src` and `--out` (#106)
* Make subtitle type optional - Use extension (#107)
* Make subtitle type optional - Read the first line to determine as fallback (#108)

0 comments on commit 41fc2e2

Please sign in to comment.