1
0
mirror of https://github.com/Luzifer/envrun.git synced 2024-09-19 23:52:58 +00:00
envrun/History.md

36 lines
659 B
Markdown

# 0.4.2 / 2018-06-01
* Fix: Report gpg-symmetric encryption in help
# 0.4.1 / 2018-06-01
* Fix: Infinite loop on wrong password
* Fix: All methods do not allow trailing spaces, remove them
# 0.4.0 / 2018-06-01
* Add support for symmetric GPG encryption
* Allow reading passphrase from file
* Rework logging
* Migrate to `dep` for vendoring
# 0.3.1 / 2017-03-21
* Add Github publishing
* Vendor dependencies
# 0.3.0 / 2017-03-21
* Add support for encrypted env files
0.2.0 / 2016-04-15
==================
* Allow comments in .env file
* Fix: Missing link in README
0.1.0 / 2016-02-06
==================
* Initial version