v2.0.1 - Statically compiled binaries for Linux
·
11 commits
to main
since this release
Static binaries for Linux
This release changes nothing from a feature perspective other than providing with a Linux binary with no dependencies (a la Go). By default, dotenv
relies on libc
. Files in the release that include the name -static-
will be completely static binaries with zero dependencies (but with a tiny bit higher binary size).
The next version will ditch completely the dynamically linked binaries for Linux in favor of the static versions.
What's Changed
- Add support for dependabot. by @patrickdappollonio in #3
- Bump actions/checkout from 2 to 4 by @dependabot in #4
- Add FreeBSD target support and static compilation via Linux MUSL by @patrickdappollonio in #6
- Add support for static binary for Linux. by @patrickdappollonio in #7
- Remove FreeBSD build target. by @patrickdappollonio in #8
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v2.0.0...v2.0.1