v8.0.0
Changelog
Other work
- 224d85f: build: fix goreleaser flags (@caarlos0)
- fac0414: build: test on go stable and oldstable (#259) (@caarlos0)
- 4e0f915: feat!: refactor parse and parse with options (#256) (@caarlos0)
Updating from v7
- if you use
env.Parse
with no options, no change is required. - if you use
env.Parse
with oneOptions{}
, callenv.ParseWithOptions
instead. - if you use
env.Parse
with options, and pass more than oneOptions{}
, merge them into a single one, and useenv.ParseWithOptions
instead. - if you use
env.ParseWithFuncs
, useenv.ParseWithOptions
instead, and put your parsers intoOptions{ FuncMap: <here> }
.
Released with GoReleaser Pro!