Hi all!
I would like to propose releasing Apache DataSketches Go v0.2.0. - Source Distribution: https://dist.apache.org/repos/dist/dev/datasketches/go/0.2.0-RC2/ - Github tag: https://github.com/apache/datasketches-go/releases/tag/v0.2.0-rc2 - Download the source distribution, signature, checksum, and KEYS file: curl -O https://dist.apache.org/repos/dist/dev/datasketches/go/0.2.0-RC2/apache-datasketches-go-0.2.0-src.tar.gz curl -O https://dist.apache.org/repos/dist/dev/datasketches/go/0.2.0-RC2/apache-datasketches-go-0.2.0-src.tar.gz.asc curl -O https://dist.apache.org/repos/dist/dev/datasketches/go/0.2.0-RC2/apache-datasketches-go-0.2.0-src.tar.gz.sha512 curl -O https://dist.apache.org/repos/dist/release/datasketches/KEYS - Import the KEYS file and verify the signature: gpg --import KEYS gpg --verify apache-datasketches-go-0.2.0-src.tar.gz.asc apache-datasketches-go-0.2.0-src.tar.gz - Verify the checksum: shasum -a 512 -c apache-datasketches-go-0.2.0-src.tar.gz.sha512 - Run tests from the extracted source distribution: tar -xzf apache-datasketches-go-0.2.0-src.tar.gz cd apache-datasketches-go-0.2.0 go test -v -count=1 ./... Alternatively, if you have a container runtime such as Docker: ./build/run-docker-test.sh The release candidate can also be tested as a Go module: go get github.com/apache/[email protected] The vote will remain open for at least 72 hours. [ ] +1 Approve [ ] 0 No opinion [ ] -1 Do not release (please explain why) Best regards, Hyeonho Kim
