Skip to content

2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 16:28
· 418 commits to 2.10.x since this release
2.0.0

This release turns the package into a library (previously, it was
a composer plugin).

Relevant change is that the PackageVersions\Versions::ROOT_PACKAGE_NAME
constant no longer exists: please use PackageVersions\Versions::rootPackageName()
instead.

This slims down the complexity of the package massively, and removes
multiple known bugs.

Total issues resolved: 5


Release 2.0.0

This release turns the package into a library (previously, it was
a composer plugin).

Relevant change is that the PackageVersions\Versions::ROOT_PACKAGE_NAME
constant no longer exists: please use PackageVersions\Versions::rootPackageName()
instead.

This slims down the complexity of the package massively, and removes
multiple known bugs.

2.0.0

  • Total issues resolved: 4
  • Total pull requests resolved: 2
  • Total contributors: 5

enhancement