diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..0a6ff158c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [v0.11.0](https://github.com/praetorian-inc/noseyparker/releases/v0.11.0) (2022-12-30) + +This is the first released version of Nosey Parker. +Its `scan`, `summarize`, and `report` commands are functional. +It is able to scan files, directories, and the complete history of Git repositories at several hundred megabytes per second per core. +It comes with 58 rules. diff --git a/Cargo.lock b/Cargo.lock index 5256492a7..dd24353b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1742,7 +1742,7 @@ dependencies = [ [[package]] name = "noseyparker" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 50f4ad97f..284537ddf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "noseyparker" authors = [ "Brad Larsen ", ] -version = "0.10.0" +version = "0.11.0" edition = "2021" description = "Find secrets and sensitive information in textual data" license = "Apache-2.0"