Skip to content

Commit

Permalink
Version bump for v3.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tarkatronic committed Dec 10, 2021
1 parent c88cca1 commit 529897e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v3.0.0-rc.2 - 09 December 2021
------------------------------

Bug fixes:

* [#296](https://github.com/godaddy/tartufo/pull/296), [#297](https://github.com/godaddy/tartufo/pull/297) -
Fix our Docker image so that it actually builds, and the tartufo command works
* [#298](https://github.com/godaddy/tartufo/pull/298) - Fix how we determine whether
we are scanning a shallow clone, so that it is more bulletproof.

v3.0.0-rc.1 - 09 December 2021
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ maintainers = ["GoDaddy <oss@godaddy.com>"]
name = "tartufo"
readme = "README.md"
repository = "https://github.com/godaddy/tartufo/"
version = "3.0.0-rc.1"
version = "3.0.0-rc.2"

[tool.poetry.scripts]
tartufo = "tartufo.cli:main"
Expand Down

0 comments on commit 529897e

Please sign in to comment.