Skip to content

v2.0.1 - Statically compiled binaries for Linux

Compare
Choose a tag to compare
@patrickdappollonio patrickdappollonio released this 14 Dec 08:19
· 11 commits to main since this release
92c09bc

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

New Contributors

Full Changelog: v2.0.0...v2.0.1