Skip to content

Releases: spacemeshos/go-scale

v1.1.6

20 Mar 15:23
816695f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

v1.1.5

15 Mar 16:14
bdce17d
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #43
  • fix boundary checks and add coverage for compact integers by @dshulyak in #47
  • Bump golang.org/x/mod from 0.8.0 to 0.9.0 by @dependabot in #46
  • Enforce max tags on all variable length types by @fasmat in #50

Full Changelog: v1.1.4...v1.1.5

v1.1.4

21 Feb 14:47
8f837e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

Release v1.1.3

10 Jan 16:48
accac0d
Compare
Choose a tag to compare
  • add util to read one byte #40

Full Changelog: v1.1.2...v1.1.3

Release v1.1.2

14 Dec 10:50
36500a7
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/mod from 0.6.0 to 0.7.0 by @dependabot in #38
  • Small improvements to unsafe operations by @fasmat in #39

Full Changelog: v1.1.1...v1.1.2

Release v1.1.1

09 Nov 17:00
f2edd70
Compare
Choose a tag to compare

This release improves performance of go-scale by reducing the number of memory allocations when encoding strings.

Release v1.1.0

28 Oct 13:00
67659b9
Compare
Choose a tag to compare

This update just includes updates to dependencies of go-scale.

Release v1.0.0

18 Oct 14:07
5420dc7
Compare
Choose a tag to compare
Upgrade CI Action with staticcheck and lint (#35)

* Upgrade CI for go-scale

* More CI upgrades

* Add missing make targets

* Use os specific temp directory instead of /tmp

* Add logs to debug windows

* Print as string

* Fix escaping

* use strings.Join for package imports

* Remove \r from generated files in tests

* More test fixes

* Remove most logging from successful execution

* Remove more logs from successful execution