-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from godaddy/release_v1
Version bump to 1.0.0, and create a changelog
- Loading branch information
Showing
3 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# ChangeLog | ||
|
||
## v1.0.0 - 19 November 2019 | ||
|
||
Version 1.0.0! Initial stable release! | ||
|
||
* Finished the "hard fork" process, so that our project is now independent of `truffleHog`. | ||
* #13 - Tests are now split into multiple files/classes | ||
* #14 - `tartufo` is now configurable via `pyproject.toml` | ||
* #15 - Code is fully type annotated | ||
* #16 - Fully fleshed out "Community Health" files | ||
* #20 - Code is now fully formatted by `black` | ||
|
||
## v0.0.2 - 23 October 2019 | ||
|
||
Automated Docker builds! | ||
|
||
* Docker images are built and pushed automatically to <https://hub.docker.com/r/godaddy/tartufo> | ||
* The version of these images has been synchronized with the Python version via the VERSION file | ||
* Gave the Python package a more verbose long description for PyPi, straight from the README. | ||
|
||
## v0.0.1 - 23 October 2019 | ||
|
||
This is the first public release of `tartufo`, which has been forked off from `truffleHog`. | ||
|
||
The primary new features/bugfixes include: | ||
|
||
* Renamed everything to `tartufo` | ||
* #1 - Additive whitelist/blacklist support | ||
* #4 - `--pre_commit` support | ||
* #6 - Documented the `--cleanup` switch which cleans up files in `/tmp` | ||
* #10 - Running `tartufo` with no arguments would produce an error | ||
* Added support for <https://pre-commit.com/> style hooks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
include CHANGELOG.md | ||
include MANIFEST.in | ||
include README.md | ||
include VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.0 | ||
1.0.0 |