Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
psibre committed Mar 9, 2024
1 parent 5e0d232 commit 8e59d4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Gradle MaryTTS Kaldi MFA Plugin
===============================

[Unreleased]
------------

### Changed

- [all changes since v0.4.1]

[v0.4.1] (2024-03-09)
---------------------

Expand Down Expand Up @@ -151,6 +158,8 @@ Gradle MaryTTS Kaldi MFA Plugin

- Forced Alignment based on a [Kaldi MFA Docker image](https://hub.docker.com/r/psibre/kaldi-mfa/)

[Unreleased]: https://github.com/marytts/gradle-marytts-kaldi-mfa-plugin/tree/master
[all changes since v0.4.1]: https://github.com/marytts/gradle-marytts-kaldi-mfa-plugin/compare/v0.4.1...HEAD
[v0.4.1]: https://github.com/marytts/gradle-marytts-kaldi-mfa-plugin/releases/tag/v0.4.1
[all changes since v0.4.0]: https://github.com/marytts/gradle-marytts-kaldi-mfa-plugin/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/marytts/gradle-marytts-kaldi-mfa-plugin/releases/tag/v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'de.dfki.mary'
version '0.4.1'
version '0.5.0-SNAPSHOT'
description 'Forced alignment based on MaryTTS, Kaldi, and MFA'

gradlePlugin {
Expand Down

0 comments on commit 8e59d4a

Please sign in to comment.