buildpacks / libcnb

A non-opinionated language binding for the Cloud Native Buildpack Buildpack and Extension specifications
Apache License 2.0
31 stars 13 forks source link

Change module versions & prep to cut an alpha #251

Closed dmikusa closed 1 year ago

dmikusa commented 1 year ago

This PR changes all of the module imports to use the v2/ path.

The plan would be to merge this and then run git tag v2.0.0-alpha.1 followed by git push origin v2.0.0-alpha.1.

That should tag an alpha release and make it a little easier for folks to start using the v2 branch.

dmikusa commented 1 year ago

Does this look right @samj1912? Trying to take another step toward a v2 release.