Skip to content

Commit

Permalink
Merge pull request #36 from psibre/release-v0.3.1
Browse files Browse the repository at this point in the history
Release v0.3.1
  • Loading branch information
psibre authored Jan 31, 2023
2 parents 80a797e + 51248f6 commit 5a003d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Gradle MaryTTS Component Plugin
[Unreleased]
------------

### Changed

- [all changes since v0.3.1]

[v0.3.1] - 2023-01-22
---------------------

### Added

- Group to all tasks
Expand Down Expand Up @@ -81,7 +88,9 @@ Gradle MaryTTS Component Plugin
Initial release

[Unreleased]: https://github.com/marytts/gradle-marytts-component-plugin
[all changes since v0.3.0]: https://github.com/marytts/gradle-marytts-component-plugin/compare/v0.3.0...HEAD
[all changes since v0.3.1]: https://github.com/marytts/gradle-marytts-component-plugin/compare/v0.3.1...HEAD
[v0.3.1]: https://github.com/marytts/gradle-marytts-component-plugin/releases/tag/v0.3.1
[all changes since v0.3.0]: https://github.com/marytts/gradle-marytts-component-plugin/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/marytts/gradle-marytts-component-plugin/releases/tag/v0.3.0
[all changes since v0.2.2]: https://github.com/marytts/gradle-marytts-component-plugin/compare/v0.2.2...v0.3.0
[v0.2.2]: https://github.com/marytts/gradle-marytts-component-plugin/releases/tag/v0.2.2
Expand Down
8 changes: 0 additions & 8 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
pluginManagement {
repositories {
gradlePluginPortal()
}
plugins {
id 'com.gradle.plugin-publish' version '0.21.0'
}
}
rootProject.name = 'gradle-marytts-component-plugin'

0 comments on commit 5a003d6

Please sign in to comment.