Skip to content

Commit 21d8c7a

Browse files
committed
Version 0.2.2 release
1 parent 5c25233 commit 21d8c7a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## Version 0.2.2
4+
5+
- Change how the `usage` command works (#48)
6+
- Now `git-secret` works from any place inside `git-tree` (#56)
7+
- Added `-d` option to the `hide` coomand: it deletes unencrypted files (#62)
8+
- Added new command `changes` to see the diff between the secret files (#64)
9+
- Fixed bug when `_user_required` was not working after reimporting keys (#74)
10+
- Now it is possible to provide multiple emails to the `killperson` command (#73)
11+
- Now it is possible to provide multiple emails to the `tell` command (#72)
12+
- Now every doc in this project refer to `git-secret.io` instead of old `gh-pages` website (#71)
13+
- Now installation section is removed from main `man` file (#70)
14+
- Now "See also" section in the `man`s are clickable (#69)
15+
- Added "Manual" section to the manuals (#61)
16+
- Added `centos` container for `ci` testing (#38)
17+
- Tests are refactored. Added `clean` command tests, removed a lot of hardcoded things, moved tests execution from `./temp` folder to `/tmp`, added a lot of new check in old tests, and some new test cases (#52)
18+
- Refactored `hide` and `clean` commands to be shorter
19+
- `shellcheck` is now supported with `make lint`
20+
21+
322
## Version 0.2.1
423

524
- Now everything is tested inside the `docker`-containers and `OSX` images on `travis`.

src/version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
GITSECRET_VERSION='0.2.1' # shellcheck disable=2034
3+
GITSECRET_VERSION='0.2.2' # shellcheck disable=2034

0 commit comments

Comments
 (0)