Skip to content

v0.1.1

Choose a tag to compare

@coenttb coenttb released this 01 Aug 08:11

🐛 Bug Fixes

  • Fixed quoted keys parsing in KEY=VALUE format: Environment variables with quoted keys (e.g., "ENV"=development) were being stored with quotes as part of the key name. Keys are now properly parsed to remove quotes, making them accessible via the expected unquoted key name (env["ENV"] instead of env["\"ENV\""]).

🧪 Testing

  • Added comprehensive test coverage for quoted keys handling in various formats
  • All existing tests continue to pass

Full Changelog: 0.1.0...0.1.1