Skip to content

Releases: twpayne/chezmoi

v0.0.4

30 Nov 17:05
db396af
Compare
Choose a tag to compare

Changelog

a2e6e88 Add LastPass integration
377d68e Add graceful template error handling mechanism
cbb5b2d Add installation docs referring to Goreleaser-generated artefacts and Homebrew formula
377999a Add lastpass command as a wrapper for lpass
496c2ba Documentation tweaks
06f8e7a Ensure Go modules are enabled in before hook
273e14f Factor out keyringFunc
e612476 Handle errors gracefully in keyring
841d2e7 Handle errors gracefully in lastpass
d88b705 Make CI output less verbose
7992f60 Make template execution more strict
4c7aece Only read files and evaluate templates when required
a436144 Remove GO111MODULES
b45c5ad Set GO111MODULE in .travis.yml

v0.0.3

30 Nov 11:43
b82abb9
Compare
Choose a tag to compare

Changelog

cfab91b Add newline at end of file
8e8d142 Use Go 1.11.x explicitly