File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
Gradle MaryTTS Component Plugin
2
2
===============================
3
3
4
+ [ Unreleased]
5
+ ------------
6
+
7
+ ### Changed
8
+
9
+ - [ all changes since v0.3.2]
10
+
4
11
[ v0.3.2] - 2024-02-16
5
12
---------------------
6
13
@@ -95,6 +102,8 @@ Gradle MaryTTS Component Plugin
95
102
96
103
Initial release
97
104
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
98
107
[ v0.3.2 ] : https://github.com/marytts/gradle-marytts-component-plugin/releases/tag/v0.3.2
99
108
[ all changes since v0.3.1 ] : https://github.com/marytts/gradle-marytts-component-plugin/compare/v0.3.1...v0.3.2
100
109
[ v0.3.1 ] : https://github.com/marytts/gradle-marytts-component-plugin/releases/tag/v0.3.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group ' de.dfki.mary'
9
- version ' 0.3.2 '
9
+ version ' 0.4.0-SNAPSHOT '
10
10
description ' Utility plugin to build MaryTTS components with Gradle'
11
11
ext. isReleaseVersion = ! version. endsWith(' -SNAPSHOT' )
12
12
You can’t perform that action at this time.
0 commit comments