v1.5.0 - multiline variables
The big news this release is that godotenv finally, after much procrastination in review, supports multiline variables (fixes #64). Big shoutout to @x1unix for the bulk of the work on the original PR and also to @coolaj86 and @austinsasko for some very helpful review and tweaks.
Also added a -o
overload flag (thanks @2tef)
What's Changed
- Try and fix go get in CI for power8 by @joho in #157
- Fix typos in comments and extend README by @alexandear in #177
- tune README by @bikbah in #170
- Remove renovate, add dependabot by @joho in #183
- Setup codeql by @joho in #186
- Bump actions/checkout from 2 to 3 by @dependabot in #184
- Bump actions/setup-go from 2 to 3 by @dependabot in #185
- Add darwin arm64 build by @statik in #174
- Sort Go import in README by @Doarakko in #193
- Fix godoc formatting by @joho in #197
- fix tiny details by @2tef in #199
- Multiline string support by @x1unix in #156
- Update CI to test go 1.20 by @joho in #201
- fix whitespace with gofmt by @2tef in #203
- add overload flag by @2tef in #200
New Contributors
- @x1unix made their first contribution in #118
- @alexandear made their first contribution in #177
- @bikbah made their first contribution in #170
- @dependabot made their first contribution in #184
- @statik made their first contribution in #174
- @Doarakko made their first contribution in #193
- @2tef made their first contribution in #199
- @dreygur made their first contribution in #202
Full Changelog: v1.4.0...v1.5.0