Skip to content

Releases: mathworks/dotenv-for-MATLAB

Validated tests on 22a

16 Mar 15:06
7925cb6

Choose a tag to compare

What's Changed

  • Test 22a, update CircleCI images, rename default branch by @gehrhorn in #5

Full Changelog: v1.1.3...v1.1.4

Enhance CI / CD by supporting multiple MATLABs

30 Sep 17:03
c8eb6e2

Choose a tag to compare

Modified CircleCI config to support running unit tests on multiple versions of MATLAB. 20a-21b supported.

Updated Documentation

28 Sep 16:47
58bc383

Choose a tag to compare

Updated documentation to include better examples. Refactored file read to use readlines() if available.

Added CircleCI configuration

25 Jul 15:49
dbce6c2

Choose a tag to compare

Tests in tests directory run on CircleCI platform.

Added continuous integration testing with Azure Pipelines and Circle CI

23 Jul 20:37
9127262

Choose a tag to compare

Added continuous integration testing support for Azure Pipelines and Circle CI

Documentation improvements

18 Jun 13:08
b338c65

Choose a tag to compare

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

18 Jun 13:07

Choose a tag to compare

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.