Skip to content

Commit

Permalink
0.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sirwart committed Apr 20, 2024
1 parent ef54b36 commit 8ae6f95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.8 (2024-04-19)

- Publish to crates.io

## 0.1.7 (2023-09-11)

- Add detection for secrets in database connection strings and other URLs
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.7"
version = "0.1.8"
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.7 # Use latest tag on GitHub
rev: v0.1.8 # Use latest tag on GitHub
hooks:
- id: ripsecrets
# uncomment to check additional patterns
Expand Down

0 comments on commit 8ae6f95

Please sign in to comment.