Releases: salesforce/pomgen
Releases · salesforce/pomgen
2.0.0
What's Changed
- Add classifier by @simontoens in #145
- Add change detection setting to config file by @simontoens in #146
- change_detection setting needs to be bool by @simontoens in #147
- Fully qualify label by @simontoens in #148
- Add a way to skip over dep labels by @simontoens in #150
- Moving to new rules_jvm_external lock file format by @kriscfoster in #149
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
- @kriscfoster made their first contribution in #149
Full Changelog: 1.2.0...2.0.0
1.2.0
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
maven_install support
1.0.0 April 13 2020
Add test for misc/extdeps_pomgen (#28)