Merge branch 'master' into develop

pull/27/head
sobolevn 8 years ago
commit a8c244b319

@ -1,5 +1,13 @@
# Changelog
## Version 0.1.2
- Added `-i` option to the `git-secret-add` command, which auto adds unignored files to the `.gitignore`
- Documentation improved with `Configuration` section
- Added extra tests: for custom filenames and new features
- `Makefile` improvements with `.PHONY` and `install` target
- `.github` templates added
## Version 0.1.1
- Added `--dry-run` option to the `git secret` command, which prevents any actions.

@ -22,7 +22,7 @@ This project is still under development. Current objectives:
- translate manuals for popular languages
- autocomplete for `zsh` plugin
- extra tests
- precompiled distribution for `RPM`
- precompiled distribution for `RPM`, add dependencies for `.deb` package
- integrate [`shellcheck`](https://github.com/koalaman/shellcheck) for code style tests
- create `CONTRIBUTING.md` with development process explained
- сygwin support (?)

@ -1,6 +1,6 @@
#!/usr/bin/env bash
GITSECRET_VERSION="0.1.0"
GITSECRET_VERSION="0.1.2"
# Global variables:
WORKING_DIRECTORY="$PWD"

Loading…
Cancel
Save