diff --git a/CHANGELOG.md b/CHANGELOG.md index a8eb311b1..6f6d22bbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to the project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project aspires to use [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [v0.16.0](https://github.com/praetorian-inc/noseyparker/releases/v0.16.0) (2023-12-06) ### Additions - The `scan` command now supports a new `--copy-blobs={all,matching,none}` parameter. @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - The datastore now contains two additional tables for to represent freeform comments and accept/reject status associated with findings. These additional tables are not currently populated in the open-source version of Nosey Parker. The `report` command now emits finding status and comment if populated. + **Note: the datastore format is not settled and is subject to change.** - A new "ruleset" mechanism has been added. A ruleset is a named collection of rules that can be selected as a group. @@ -100,6 +101,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Log messages are written to stderr instead of stdout. + ## [v0.15.0](https://github.com/praetorian-inc/noseyparker/releases/v0.15.0) (2023-10-12) ### Additions diff --git a/Cargo.lock b/Cargo.lock index 489247daf..2c970745f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2549,7 +2549,7 @@ dependencies = [ [[package]] name = "noseyparker-cli" -version = "0.16.0-dev" +version = "0.16.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 2a8402a04..74b45251f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ authors = ["Brad Larsen "] homepage = "https://github.com/praetorian-inc/noseyparker" repository = "https://github.com/praetorian-inc/noseyparker" -version = "0.16.0-dev" +version = "0.16.0" publish = false diff --git a/crates/noseyparker-cli/tests/help/snapshots/test_noseyparker__help__version_long-2.snap b/crates/noseyparker-cli/tests/help/snapshots/test_noseyparker__help__version_long-2.snap index 3d2797f6a..1be6915cb 100644 --- a/crates/noseyparker-cli/tests/help/snapshots/test_noseyparker__help__version_long-2.snap +++ b/crates/noseyparker-cli/tests/help/snapshots/test_noseyparker__help__version_long-2.snap @@ -2,7 +2,7 @@ source: crates/noseyparker-cli/tests/help/mod.rs expression: stdout --- -noseyparker 0.16.0-dev +noseyparker 0.16.0 Build Configuration: diff --git a/crates/noseyparker-cli/tests/help/snapshots/test_noseyparker__help__version_short-2.snap b/crates/noseyparker-cli/tests/help/snapshots/test_noseyparker__help__version_short-2.snap index 5704dcaf9..d3bb1e663 100644 --- a/crates/noseyparker-cli/tests/help/snapshots/test_noseyparker__help__version_short-2.snap +++ b/crates/noseyparker-cli/tests/help/snapshots/test_noseyparker__help__version_short-2.snap @@ -2,5 +2,5 @@ source: crates/noseyparker-cli/tests/help/mod.rs expression: stdout --- -noseyparker 0.16.0-dev +noseyparker 0.16.0