Skip to content

Commit

Permalink
chore: update and correct CHANGELOGS
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrake committed Nov 16, 2023
1 parent 2a260a0 commit 2487b71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added

- Show project ID after project creation
- `skip-sandbox` option for `parse`/`analyze` to generate lockfiles without sandbox protection
- `no-generation` option for `parse`/`analyze` to disable lockfile generation

### Fixed
Expand Down
6 changes: 5 additions & 1 deletion extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Added

- `skipSandbox` parameter for `parseLockfile` to generate lockfiles without sandbox protection
- `generateLockfiles` parameter for `parseLockfile` to inhibit lockfile generation

## 5.8.0 - 2023-10-24

### Added

- Support for the upcoming repository URL feature for `PhylumApi.create_project`
- `generateLockfiles` parameter for `parseLockfile` to inhibit lockfile generation

## 5.7.2 - 2023-10-10

Expand Down

0 comments on commit 2487b71

Please sign in to comment.