Skip to content

Commit

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



Co-authored-by: Marcel Müller <[email protected]>
  • Loading branch information
bors[bot] and TheNeikos authored Feb 3, 2023
2 parents c51af79 + 86b8ba7 commit a51211d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog `envious`

## v0.1.0

The 0.1.0 version is the initial public release of the `envious` crate.

Added:

- Initial implementation to deserialize structs with serde from environment variables
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "envious"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Deserialize (potentially nested) environment variables into your custom structs"
homepage = "https://github.com/TheNeikos/envious"
repository = "https://github.com/TheNeikos/envious"
resolver = "2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit a51211d

Please sign in to comment.