Skip to content

Commit 79ba71f

Browse files
committed
Version 2.2.0
1 parent af1db69 commit 79ba71f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is partly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [PEP 440](https://peps.python.org/pep-0440/)
77

8-
## [Unreleased] 2.2.0.dev
8+
## [2.2.0] - 2022-09-19
9+
- Safety starts to use dparse to parse files, now Safety supports mainly Poetry and Pipenv lock files plus other files supported by dparse.
10+
- Added logic for custom integrations like pipenv check.
11+
- The --db flag is compatible remote sources too.
12+
- Added more logging
13+
- Upgrade dparse dependency to avoid a possible ReDos security issue
914

1015
## [2.1.1] - 2022-07-18
1116
- Fix crash when running on systems without git present (Thanks @andyjones)

safety/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0.dev
1+
2.2.0

0 commit comments

Comments
 (0)