This release contains the changes outlined in https://github.com/ethereum/c-kzg-4844/releases/tag/v2.0.0
From this version onward, dependencies will be available only on Maven Central with a new groupId: io.consensys.protocols
dependencies {
implementation("io.consensys.protocols:jc-kzg-4844:2.0.0")
}
Previous versions would still be available on Cloudsmith and Maven Central:
- https://cloudsmith.io/~consensys/repos/maven/packages/detail/maven/jc-kzg-4844/latest/a=noarch;xg=tech.pegasys/
- https://central.sonatype.com/artifact/tech.pegasys/jc-kzg-4844
What's Changed
- Add Maven Central dependency badge by @StefanBratanov in #43
- Upgrade c-kzg-4844 to v2.0.0 by @StefanBratanov in #45
- Publish to Maven Central by @StefanBratanov in #46
- Only sign and deploy (jreleaser) by @StefanBratanov in #47
- Use com.vanniktech.maven.publish for publishing by @StefanBratanov in #48
- Fix issue when publishing by @StefanBratanov in #49
Full Changelog: 1.0.0...2.0.0