Skip to content

Commit

Permalink
Merge #25
Browse files Browse the repository at this point in the history
25: Chore/backport from release r=TheNeikos a=TheNeikos



Co-authored-by: Marcel Müller <[email protected]>
  • Loading branch information
bors[bot] and TheNeikos authored Apr 6, 2023
2 parents d703dd9 + 2e83750 commit de2338e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog `envious`

## Unreleased
## v0.2.1

The 0.2.1 version fixes several unexpected behaviours w.r.t. case sensitivity:

- When case insensitive, environment variables with the same keys but different casing should be collated
- i.e. previously `database__password` and `DATABASE__username` would have conflicted and only one the username or password would be read
Expand Down
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: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "envious"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Deserialize (potentially nested) environment variables into your custom structs"
Expand Down

0 comments on commit de2338e

Please sign in to comment.