release v0.2.0

This commit is contained in:
Marcello 2024-02-15 00:07:50 +01:00
parent ff2a266019
commit 3b19b19f18
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -116,7 +116,7 @@ checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
[[package]]
name = "json2env"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"anyhow",
"clap",

View file

@ -1,6 +1,6 @@
[package]
name = "json2env"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Marcello Lamonaca <marcello@lamonaca.eu>"]
description = "JSON to Env Var converter"