Skip to content

Releases: tschulte/gradle-semantic-release-test

v2.1.1

28 Jul 18:58
Compare
Choose a tag to compare

2.1.1 (2019-07-28)

Bug Fixes

v2.1.0

16 Jun 09:21
Compare
Choose a tag to compare

2.1.0 (2017-06-16)

Features

v2.0.0

17 Mar 09:37
Compare
Choose a tag to compare

2.0.0 (2017-03-17)

Features

  • main: remove deprecated methods helloWorld() and hello() (ccf09e1)

BREAKING CHANGES

  • remove deprecated methods helloWorld() and hello()
    use greet("Hello", "World") instead

v1.4.0

17 Mar 09:34
Compare
Choose a tag to compare

1.4.0 (2017-03-17)

Features

  • add new method greet(String greeting, String who) (372b5f4)
  • main:
    • make jar executable (6d93295)
    • deprecate helloWorld() and hello(String who) (fdaf3e1)

v1.3.0

05 Feb 20:34
Compare
Choose a tag to compare

1.3.0 (2017-02-05)

Features

v1.2.0

05 Feb 20:23
Compare
Choose a tag to compare

1.2.0 (2017-02-05)

Features

  • add a second strategy to release rc-versions (0b75b96)

v1.2.0-rc.1

21 Nov 21:17
Compare
Choose a tag to compare

1.2.0-rc.1 (2016-11-21)

Features

  • add a second strategy to release rc-versions (0b75b96)

v1.1.1

13 Aug 16:24
Compare
Choose a tag to compare

1.1.1 (2016-08-13)

Bug Fixes

  • use semantic-release-plugin 1.2.0 (217e396)

v1.1.0

11 Aug 12:15
Compare
Choose a tag to compare

1.1.0 (2016-08-11)

Features

  • add new method hello(String) (51c9eef)

v1.0.0

11 Aug 11:25
Compare
Choose a tag to compare

1.0.0 (2016-08-11)

Features

  • add service Test with method helloWorld() (0cf0664)