Skip to content

Commit dd6686a

Browse files
committed
Version 2.0b2
1 parent a02dbea commit dd6686a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ The format is partly based on [Keep a Changelog](https://keepachangelog.com/en/1
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

88

9-
## [Unreleased] 2.0b2.dev
9+
## [2.0b2] - 2022-05-27
10+
11+
### Summary:
12+
- This version of Safety is not stable; it is only a beta, pre-release version.
13+
- Compared to previous versions, Safety 2.0 will be a significant update that includes new features and refactors, resulting in breaking changes to some inputs and outputs.
14+
- Improved grammar and formatting in the whole code
15+
- Improved the exception handling in the .yml policy file parsing
16+
- Improved the JSON output following the customers/users feedback - (This is a breaking change between beta releases)
17+
- Added the generate command
18+
- Added the validate command
1019

1120
## [2.0b1] - 2022-05-08
1221

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.0b2.dev{build}
1+
version: 2.0b2-{build}
22
image:
33
- Visual Studio 2019
44
- Ubuntu

safety/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0b2.dev
1+
2.0b2

0 commit comments

Comments
 (0)