Skip to content

0.4.24 - 2025-09-24

Choose a tag to compare

@github-actions github-actions released this 23 Sep 16:37

Release Notes

Added

  • Enhance json support:
    • jsonc: // dotenv.public.key: xxxxx
    • json: a key named dotenv.public.key with string value, no matter where it is.
{
  "metadata": {
    "dotenv.public.key": "02e8d78f0da7fc3b529d503edd933ed8cd"
  },
  "data": {
    "password": "encrypted:BODKXo7WSG++r5DmD/uUe3n3ZpGm2BnUUxWGgXpbTML7BLRFYg=="
  }
}

Install dotenvx-rs 0.4.24

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/linux-china/dotenvx-rs/releases/download/v0.4.24/dotenvx-rs-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install linux-china/tap/dotenvx-rs

Download dotenvx-rs 0.4.24

File Platform Checksum
dotenvx-rs-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dotenvx-rs-x86_64-apple-darwin.tar.xz Intel macOS checksum
dotenvx-rs-x86_64-pc-windows-msvc.zip x64 Windows checksum
dotenvx-rs-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dotenvx-rs-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum