Skip to content

Commit

Permalink
v0.3.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brannondorsey committed Jul 4, 2020
1 parent ade570a commit bd07eb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.3.0

* Fetch secrets concurrently, significantly decreasing execution time especially with input files containing lots of secrets.
* Add support for `# comments` in input files when lines begin with `#`.
* Exit with error if input file contains no secret pairs.

## v0.2.0

* Wrap output values in single quotes so they can be `source`d correctly when they contain special characters.
Expand Down

0 comments on commit bd07eb9

Please sign in to comment.