gpg/CHANGELOG.md

25 lines
440 B
Markdown
Raw Normal View History

2020-05-03 14:46:05 -04:00
# Changelog
## 1.1.0 (2020/05/05)
* Configure and check committer email against GPG user address
2020-05-05 15:16:14 -04:00
* Fix code transpilation (#9)
* Bump deps
2020-05-04 15:02:26 -04:00
## 1.0.0 (2020/05/04)
* Enable signing for Git commits and tags (#4)
2020-05-04 14:12:39 -04:00
## 0.2.0 (2020/05/04)
* Allow to seed the internal cache of `gpg-agent` with provided passphrase (#5)
* Better handling of commands output streams
2020-05-03 16:11:26 -04:00
## 0.1.1 (2020/05/03)
* Fix README
2020-05-03 15:52:25 -04:00
## 0.1.0 (2020/05/03)
2020-05-03 14:46:05 -04:00
* Initial version