Skip to content

Releases: JonShort/cenv

v2.0.0

22 Mar 16:19
Compare
Choose a tag to compare

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

19 Jan 21:31
Compare
Choose a tag to compare

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

15 Jan 15:55
Compare
Choose a tag to compare

1.2.1 - 2023-01-15

Changed

  • Binary size reduced following optimisations from min-sized-rust guide

v1.2.0

21 Dec 19:31
Compare
Choose a tag to compare

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

02 Aug 18:52
Compare
Choose a tag to compare

1.1.0 - 2021-08-02

Added

  • Available keywords are now listed to the user when invalid or no keyword provided

v1.0.0

12 May 19:58
Compare
Choose a tag to compare

1.0.0 - 2021-05-12

Added

  • Alert and exit if keyword doesn't exist within file

v0.0.1

11 Mar 21:06
Compare
Choose a tag to compare

[0.0.1] - 2021-03-11

Added

  • MVP functionality