Skip to content

Commit

Permalink
Updated the ChangeLog for 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Aug 30, 2021
1 parent 05d7c49 commit e6c2d09
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
### 0.9.0 / 2021-08-31

* Load advisory metadata using `YAML.safe_load`. (issue #302)
* Explicitly permit the `Date` class for Psych >= 4.0.0.
* Added {Bundler::Audit::Advisory#to_h}. (pull #310)
* Added {Bundler::Audit::Database#commit_id}.

#### CLI

* Added the `--config` option. (pull #306)
* Added the `junit` output format (ex: `--format junit`). (pull #314)
* Add missing output for CVSSv3 criticality information. (pull #302)
* Include criticality information in the JSON output as well. (pull #310)
* `bundle-audit stats` now prints the commit ID of the ruby-advisory-db.
* Fixed a deprecation warning from Thor. (issue #317)

#### Rake Task

* Add the `bundle:audit:update` task for updating the [ruby-advisory-db].
(pull #296)
* Aliased `bundle:audit` to `bundle:audit:check`.
* Aliased `bundler:audit:*` to `bundle:audit:*`.
* Rake tasks now execute `bundle-audit` command as a subprocess to ensure
isolation.

### 0.8.0 / 2021-03-10

* No longer vendor [ruby-advisory-db].
Expand Down

0 comments on commit e6c2d09

Please sign in to comment.