Skip to content

Releases: jackpal/bencode-go

Added go module

Choose a tag to compare

@jackpal jackpal released this 28 Dec 21:10
v1.0.2

Added go.mod

Removed architecture specific test that was failing on ARM

Choose a tag to compare

@jackpal jackpal released this 28 Dec 21:06

There was a test for overflow on floating point to integer conversion that was x86-64 specific. This was causing the test to fail when run on other architectures.

Decided to remove the test, as it was testing the behavior of an implementation dependent edge case.

Tag v1.0.0 release

Choose a tag to compare

@jackpal jackpal released this 07 May 02:24
227668e

Tag the existing code as v1.0.0.