Releases: JonShort/cenv
Releases · JonShort/cenv
v2.0.0
2.0.0 - 2024-03-22
Changed
[BREAKING] Keyword line formatting is now stricter, e.g. ##++ thing would previously match, now single comment & space are required, e.g. # ++ thing
[BREAKING] The env var regex now expects env var names to follow the UNIX-style standard for environment variables , but allows the following 0-9
, A-Z
, a-z
, _
Keywords can now contain dashes
v1.3.0
1.3.0 - 2023-01-19
Changed
Improved the message displayed when cenv is run against a .env file which doesn't implement the cenv pattern
v1.2.1
1.2.1 - 2023-01-15
Changed
v1.2.0
1.2.0 - 2021-12-21
Changed
Target rust 2021
Comments are now valid within "cenv" blocks and will be ignored
The keywords listed when an invalid choice is made are now de-deuplicated
v1.1.0
1.1.0 - 2021-08-02
Added
Available keywords are now listed to the user when invalid or no keyword provided
v1.0.0
1.0.0 - 2021-05-12
Added
Alert and exit if keyword doesn't exist within file
v0.0.1
[0.0.1] - 2021-03-11
Added
You can’t perform that action at this time.