Skip to content

Commit

Permalink
Merge pull request #88 from Kevin-Lee/prepare-to-release
Browse files Browse the repository at this point in the history
Whatsub v0.1.2
  • Loading branch information
kevin-lee authored Sep 4, 2021
2 parents 8790164 + 7ca26f7 commit c34632d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ lazy val props =
final val GitHubUsername = "Kevin-Lee"
final val RepoName = "whatsub"
final val ProjectName = RepoName
final val ProjectVersion = "0.1.1"
final val ProjectVersion = "0.1.2"

final val ExecutableScriptName = RepoName

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

## Done
* Add validation for duplicate `src` and `out` filenames (#79)
* Create the doc site (#80)

## Fixed
* Parsing `SRT` fails when line contains only a number (#82)
* Fix incorrect color in `sync --help` (#86)

0 comments on commit c34632d

Please sign in to comment.