Skip to content

Commit

Permalink
Merge pull request #21 from godaddy/release_v1
Browse files Browse the repository at this point in the history
Version bump to 1.0.0, and create a changelog
  • Loading branch information
jwilhelm-godaddy authored Nov 19, 2019
2 parents 8e9d484 + 1b5cae6 commit e96cc35
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
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
1 change: 1 addition & 0 deletions MANIFEST.in
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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
1.0.0

0 comments on commit e96cc35

Please sign in to comment.