Releases: DataDog/go-acl
Releases · DataDog/go-acl
v1.0.1
Fresh tag at the same commit as the (now poisoned) v1.0.0. Functionally identical — only required because retagging v1.0.0 caused upstream Go module proxies to cache divergent zip hashes for the same version, breaking downstream consumers' go.sum verification.
From here onwards, treat tags as immutable: cut a new patch version for any change, never retag.
v1.0.0
Initial tagged release of the DataDog fork of hectane/go-acl.
Equivalent to upstream master HEAD (ca0b05c) plus the golang.org/x/sys 0.1.0 bump from upstream PR hectane#19, with the module path and internal API imports rewritten to github.com/DataDog/go-acl so consumers depend solely on this fork (no transitive pull of upstream).