Skip to content

Releases: ashanbrown/makezero

Require a minimum of one package

Choose a tag to compare

@ashanbrown ashanbrown released this 12 Apr 15:44
78cad19

Suggestion from @m-ocean-it (#24)

Add support for slice type alises

Choose a tag to compare

@ashanbrown ashanbrown released this 11 Apr 20:40
a9e6697

Added

v2.1.0

Choose a tag to compare

@ashanbrown ashanbrown released this 25 Oct 15:51
e2109b8

Bump x/tools to support golang 1.25 @chipaca

v2.0.1: Add v2 version support for makezero module (#18)

Choose a tag to compare

@ashanbrown ashanbrown released this 09 Jan 13:44
400a290

Bump minimum required go version to 1.18 and upgrade deps

Choose a tag to compare

@ashanbrown ashanbrown released this 02 Dec 15:01
47b5f74

What's Changed

  • bump golang.org/x/tools to v0.13.0 to fix panic in tests by @alexandear in #17

New Contributors

Full Changelog: v1.2.0...v2.0.0

Upgrade x/tools

Choose a tag to compare

@ashanbrown ashanbrown released this 29 Nov 03:20
111c3a7
bump golang.org/x/tools to v0.7.0 (#14)

May fix an internal error and will include other bug fixes from x/tools

v1.1.1: drop testify dependency (#10)

Choose a tag to compare

@ashanbrown ashanbrown released this 23 Feb 05:57
f3a1f1c
go mod download will currently overfetch including test dependencies (see https://github.com/golang/go/issues/41431), so, since we barely use this dependency in our tests, we'll skip it for now

v1.1.0: fix: multiple delcaration in same line (#8)

Choose a tag to compare

@ashanbrown ashanbrown released this 12 Jan 16:24
ead11f7
Author: Zehui <zehui.chen@shopee.com>