Releases: mathworks/dotenv-for-MATLAB
Validated tests on 22a
What's Changed
Full Changelog: v1.1.3...v1.1.4
Enhance CI / CD by supporting multiple MATLABs
Modified CircleCI config to support running unit tests on multiple versions of MATLAB. 20a-21b supported.
Updated Documentation
Updated documentation to include better examples. Refactored file read to use readlines() if available.
Added CircleCI configuration
Tests in tests
directory run on CircleCI platform.
Added continuous integration testing with Azure Pipelines and Circle CI
Added continuous integration testing support for Azure Pipelines and Circle CI
Documentation improvements
dotenv for MATLAB® lets you store configuration data (passwords, API keys, server names, etc.) outside of your code. This lets you share your code without sharing your configuration data.
Initial release
Initial production release of dotenv for MATLAB. dotenv for MATLAB® lets you store configuration data (passwords, API keys, server names, etc.) outside of your code. This lets you share your code without sharing your configuration data.