Skip to content

Commit

Permalink
Merge pull request #126 from Kevin-Lee/prepare-to-release
Browse files Browse the repository at this point in the history
whatsub v1.0.1
  • Loading branch information
kevin-lee authored Oct 13, 2021
2 parents 343d457 + c6ab9ee commit 70633df
Show file tree
Hide file tree
Showing 5 changed files with 13 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.0.0}
app_version=${1:-1.0.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.0.0}
app_version=${1:-1.0.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.0.0}
app_version=${1:-1.0.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
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 = "1.0.0"
final val ProjectVersion = "1.0.1"

final val ExecutableScriptName = RepoName

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


## Done
* Upgrade `can-equal` (#118)
* Add installation script for JVM version of `whatsub` (#119)

## Fixed
* Parsing SMI results in empty Smi when the style end tag is not the first element of the line (#123)

0 comments on commit 70633df

Please sign in to comment.