Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrl5 committed Feb 22, 2022
1 parent 76935f4 commit 5649e30
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.3.0](https://github.com/mrl5/vulner/compare/v0.2.0...v0.3.0) (2022-02-22)


### Features

* **cli:** allow defining pkg dir for scan [[#20](https://github.com/mrl5/vulner/issues/20)] ([057eab8](https://github.com/mrl5/vulner/commit/057eab85892d8570fbc06bfda71b3265de9045c9))



# [0.2.0](https://github.com/mrl5/vulner/compare/v0.1.0...v0.2.0) (2022-02-14)


Expand Down
4 changes: 2 additions & 2 deletions 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 crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.2.0"
version = "0.3.0"
authors = ["mrl5"]
edition = "2021"
description = "Discover CVEs for software"
Expand Down
2 changes: 1 addition & 1 deletion crates/os-adapter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "os-adapter"
version = "0.2.0"
version = "0.3.0"
authors = ["mrl5"]
edition = "2021"
description = "Adapter for OSes supported by vulner"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vulner",
"version": "0.2.0",
"version": "0.3.0",
"description": "Vulner internal scripts",
"license": "MPL-2.0",
"author": "mrl5",
Expand Down

0 comments on commit 5649e30

Please sign in to comment.