Skip to content

Commit

Permalink
Version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sirwart committed Sep 11, 2023
1 parent a5bbf14 commit 887bb0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.7 (Not yet released)
## 0.1.7 (2023-09-11)

- Add detection for secrets in database connection strings and other URLs
- Fewer false positives for non-random strings assigned to a secret
Expand Down
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.6"
version = "0.1.7"
edition = "2021"
repository = "https://github.com/sirwart/ripsecrets"
homepage = "https://github.com/sirwart/ripsecrets"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Add the following to your `.pre-commit-config.yaml` file:
```yaml
repos:
- repo: https://github.com/sirwart/ripsecrets
rev: v0.1.5 # Use latest tag on GitHub
rev: v0.1.7 # Use latest tag on GitHub
hooks:
- id: ripsecrets
```
Expand Down

0 comments on commit 887bb0a

Please sign in to comment.