Skip to content

Releases: JonShort/cenv

v2.0.0

Choose a tag to compare

@JonShort JonShort released this 22 Mar 16:19

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

Choose a tag to compare

@github-actions github-actions released this 19 Jan 21:31

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

Choose a tag to compare

@github-actions github-actions released this 15 Jan 15:55

1.2.1 - 2023-01-15

Changed

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

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Dec 19:31

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

Choose a tag to compare

@github-actions github-actions released this 02 Aug 18:52

1.1.0 - 2021-08-02

Added

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

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 May 19:58

1.0.0 - 2021-05-12

Added

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

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Mar 21:06

[0.0.1] - 2021-03-11

Added

  • MVP functionality