Skip to content

Commit

Permalink
Get ready for v0.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlarsen committed Dec 6, 2023
1 parent bc8610c commit 6fac285
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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
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
Expand Up @@ -12,7 +12,7 @@ authors = ["Brad Larsen <[email protected]>"]
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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
source: crates/noseyparker-cli/tests/help/mod.rs
expression: stdout
---
noseyparker 0.16.0-dev
noseyparker 0.16.0

0 comments on commit 6fac285

Please sign in to comment.