Skip to content

Commit

Permalink
Version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sirwart committed Aug 23, 2023
1 parent a796ea5 commit 419d4f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.6 (2023-08-22)

- Fix handling of .secretsignore files without [secrets] section (#61)
- Add detection for gitlab tokens (Fixes #62)
- Better detection of hex secrets

## 0.1.5 (2022-06-26)

- Fix excessive false positives from random string detection
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ripsecrets"
description = "A command-line tool to prevent committing secret keys into your source code"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
repository = "https://github.com/sirwart/ripsecrets"
homepage = "https://github.com/sirwart/ripsecrets"
Expand Down

0 comments on commit 419d4f5

Please sign in to comment.