Skip to content

Commit 57f7c8a

Browse files
author
dkraus
committed
Ready for release 2.2.0
1 parent 4b85d5a commit 57f7c8a

File tree

7 files changed

+9
-2
lines changed

7 files changed

+9
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

CHANGELOG/2.2.0/date.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sep 2nd, 2025

RELEASE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.2.0 [Sep 2nd, 2025]:
2+
---
3+
* [ADD] Added `min-severity` and `max-severity` parameters for importing vulnerabilities. #97
4+
* [MOD] Updated `vuln list` command documentation. #93
5+
* [MOD] Modified `validators` package version requirement. #100
6+
17
2.1.12 [Jan 6th, 2025]:
28
---
39
* [MOD] Updated report generation to support multiple workspaces. #89

faraday_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.12"
1+
__version__ = "2.2.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
faraday-plugins>=1.21.0
1+
faraday-plugins>=1.26.0
22
click>=8.0.1
33
colorama>=0.4.4
44
jsonschema>=3.2.0

0 commit comments

Comments
 (0)