Releases: fortio/sets
Releases · fortio/sets
v1.3.0
1.3.0 is the modified version that requires go1.21 and newer for stdlib based slices, maps, cmp package and clear() builtin.
Use fortio sets v1.2.1 if you need to stay with go1.18-1.20.
(Note you should be using go1.23.8 if you can at the time of this writing, which is what we build with)
What's Changed
- Offer go1.21 and newer based version by @ldemailly in #72
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- minor doc improvement, backtick doesn't work in godoc by @ldemailly in #71
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Split json serialization into a separate file that can be excluded with
no_jsonbuild tag (for https://grol.io/ use for instance) by @ldemailly in #70
See https://github.com/fortio/cli#small-binaries
Full Changelog: v1.1.1...v1.2.0
v1.1.1
Updated x/exp dependency for downstream fortio projects
What's Changed
- go get -u ./... && go mod tidy by @ldemailly in #69
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.4
What's Changed
- Use shared workflows and config - library edition by @ldemailly in #64
- Bump assert and exp dependencies by @ldemailly in #65
Full Changelog: v1.0.3...v1.0.4
v1.0.3
v1.0.2
What's Changed
- Fixing the doc links (only work with godoc built with go 1.20+) by @ldemailly in #6
- String: use Sprint instead of Sprintf by @dolmen in #5
Full Changelog: v1.0.1...v1.0.2