Skip to content

Commit

Permalink
[cenv_core] - 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonShort committed Mar 22, 2024
1 parent f19ba2e commit 6ce7b51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions cenv_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 1.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](https://pubs.opengroup.org/onlinepubs/7908799/xbd/envvar.html#:~:text=Environment%20variable%20names%20used%20by,the%20presence%20of%20such%20names.), but allows the following `0-9`, `A-Z`, `a-z`, `_`
Expand Down
2 changes: 1 addition & 1 deletion cenv_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cenv_core"
version = "0.3.1"
version = "1.0.0"
authors = ["JonShort <[email protected]>"]
edition = "2021"
homepage = "https://github.com/JonShort/cenv"
Expand Down

0 comments on commit 6ce7b51

Please sign in to comment.