Skip to content

Releases: IntershopCommunicationsAG/semantic-version

2.0.1

09 Oct 09:13
d16d4f8
Compare
Choose a tag to compare

What's Changed

  • fix: remove signing from standard build (#24) by @Thomas-Bergmann in #25
  • Dependabot: Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by @dependabot in #23
  • Dependabot: Remove npm from dependabot.yml by @Thomas-Bergmann in #26
  • Dependabot: Bump com.dorongold.task-tree from 2.1.0 to 3.0.0 by @dependabot in #27
  • Dependabot: Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 by @dependabot in #29
  • Dependabot: Bump com.dorongold.task-tree from 3.0.0 to 4.0.0 by @dependabot in #28
  • Dependabot: Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.2 by @dependabot in #32
  • build: Update to Gradle Wrapper 8.10.2 / Jacoco 0.8.12 (#100440) by @DevDavido in #33
  • docs: Fix build status badge in README by @DevDavido in #34
  • build: Use Intershop GitHub actions for build and release (#100468) by @DevDavido in #35
  • fix: Configure Gradle project version by @DevDavido in #36

Full Changelog: 2.0.0...2.0.1

2.0.0

13 Dec 10:13
25d9297
Compare
Choose a tag to compare

Features:

  • Maven Sorting
  • Platform release extensions (#15)
  • Build extensions

Increments:

  • add platform to calculated increment version
  • cache first 100 numbers and fast compare
  • rename release type to extension type
  • increase test coverage to 95%
    ** add many tests from maven
    ** add test for sorting
  • fix extension meaning
  • add big number support
  • support more than 3 numbers
  • calculation of next pre-release
  • update doc and java doc

2.0.0-alpha3

13 Dec 10:33
Compare
Choose a tag to compare
2.0.0-alpha3 Pre-release
Pre-release

improve github actions

2.0.0-alpha2

07 Apr 13:04
Compare
Choose a tag to compare
2.0.0-alpha2 Pre-release
Pre-release

Pre-Release contains rework of implementation.

  • supports large number
  • multi release extensions and build extensions

2.0.0-alpha1

07 Apr 12:37
Compare
Choose a tag to compare
2.0.0-alpha1 Pre-release
Pre-release

Pre-Release contains rework of implementation.

  • supports large number
  • multi release extensions and build extensions

1.0.0

07 Dec 13:03
f36d882
Compare
Choose a tag to compare
RELEASE_1.0.0

Merge pull request #2 from IntershopCommunicationsAG/feature/tbergman…