dotenvx 0.0.1 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd4b3bbc927d44665870f9a6d3ef60b3213b69ad048d306f6c66416de047adb7
4
- data.tar.gz: 682b7bb172972025f4c68243c8a6c27c8308034a0e5184927c8d0004a552ad49
3
+ metadata.gz: dbc11188493670e456723d7d984cb3118d3c9e3abaaba8652a5650f9b99c7d14
4
+ data.tar.gz: eaa5409b065a89f9105109f3b955f0ae68c43e137c7a35cd99103fe290572240
5
5
  SHA512:
6
- metadata.gz: '08006992dd5ffb626047fb48bd77516e23bffa8b47ee5d04919472263596b38ec9f7e9cde06fa8191eb65111518e3fee59169fb0655c7bc20a7a3e89127647cf'
7
- data.tar.gz: a25786f760c1a7634f693d369613e0819fd1e1c55f308930613c3484d67f02eac065402dae769311a4ce2e81d3efc2ff830f09105c6d208329257bb241858dbf
6
+ metadata.gz: 31b8875875fa83cdb13ff2ec5a3660ce9cf637c5eed17aa1cfa7ea3d66ab0ca451f5d8a9c1d31f6c7b0f739e0767b3e361e77b6e1b814660e4591886e931011c
7
+ data.tar.gz: 720420e1e1f2018215c47d9b1064449ca6699b277bcc3cdfc6f4506f69b45d2255dc433b4182118a398ecf5578d8b3c6fd68e93c0faaf426b4533bb95c38f7dd
data/CHANGELOG.md CHANGED
@@ -2,7 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ## [Unreleased](https://github.com/dotenv-org/dotenvx-ruby/compare/v0.1.0...main)
5
+ ## [Unreleased](https://github.com/dotenvx/dotenvx-ruby/compare/v4.0.0...main)
6
+
7
+ ## [4.0.0](https://github.com/dotenvx/dotenvx-ruby/compare/v0.0.2...v4.0.0)
8
+
9
+ - Load plaintext and encrypted dotenv files through `dotenvx-primitives`.
10
+ - Bundle the Rust implementation as a Magnus native extension.
11
+ - Match the conventional Ruby dotenv loading, parsing, overwrite, and strict
12
+ missing-file APIs.
13
+ - Publish native `dotenvx` gems for Linux, macOS, and Windows from one tag.
6
14
 
7
15
  ## 0.1.0 and prior
8
16