release v0.1.2

pull/19/head v0.1.2
sobolevn 8 years ago
parent b9246abcc8
commit a5abefba90

@ -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.

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

Loading…
Cancel
Save