Skip to content

Commit 872aba1

Browse files
committed
Prepare for next release
1 parent 70d430a commit 872aba1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Gradle MaryTTS Component Plugin
22
===============================
33

4+
[Unreleased]
5+
------------
6+
7+
### Changed
8+
9+
- [all changes since v0.3.2]
10+
411
[v0.3.2] - 2024-02-16
512
---------------------
613

@@ -95,6 +102,8 @@ Gradle MaryTTS Component Plugin
95102

96103
Initial release
97104

105+
[Unreleased]: https://github.com/marytts/gradle-marytts-component-plugin
106+
[all changes since v0.3.2]: https://github.com/marytts/gradle-marytts-component-plugin/compare/v0.3.2...HEAD
98107
[v0.3.2]: https://github.com/marytts/gradle-marytts-component-plugin/releases/tag/v0.3.2
99108
[all changes since v0.3.1]: https://github.com/marytts/gradle-marytts-component-plugin/compare/v0.3.1...v0.3.2
100109
[v0.3.1]: https://github.com/marytts/gradle-marytts-component-plugin/releases/tag/v0.3.1

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'de.dfki.mary'
9-
version '0.3.2'
9+
version '0.4.0-SNAPSHOT'
1010
description 'Utility plugin to build MaryTTS components with Gradle'
1111
ext.isReleaseVersion = !version.endsWith('-SNAPSHOT')
1212

0 commit comments

Comments
 (0)