Skip to content

Releases: salesforce/pomgen

2.0.0

05 Oct 07:13
52075cd
Compare
Choose a tag to compare

What's Changed

Breaking changes

Pomgen uses the lockfiles generated from https://github.com/bazelbuild/rules_jvm_external. Version 5.0 of rules_jvm_external included a new lockfile format. With this pomgen release, we have started supporting the new lockfile format but do not support the old one anymore:

  • pomgen < 2.0.0 is compatible with rules_jvm_external < 5.0
  • pomgen >= 2.0.0 is compatible with rules_jvm_external >= 5.0

New Contributors

Full Changelog: 1.2.0...2.0.0

1.2.0

05 Jul 09:18
a125892
Compare
Choose a tag to compare

Releases do not really matter that much, since any commit may be pinned in the WORKSPACE file. But they look good in paper.

Some recent work includes:

  • neverlink support
  • calver versioning
  • reworked parsing

1.1.0 January 2021

29 Jan 04:57
e18d409
Compare
Choose a tag to compare

maven_install support

1.0.0 April 13 2020

13 Apr 23:01
ab780b6
Compare
Choose a tag to compare
Add test for misc/extdeps_pomgen (#28)