Skip to content

Commit fc9c9f0

Browse files
committed
bump: version 3.2.14 → 3.3.0b0
1 parent d928688 commit fc9c9f0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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+
## 3.3.0b0 (2025-02-13)
10+
11+
### Feat
12+
13+
- added safety firewall (#671)
14+
915
## [3.2.14] - 2024-12-20
1016
- Add fun-mode (#649)
1117
- Package version upgrade for psutil and filelock (#652)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "safety"
7-
version = "3.2.14"
7+
version = "3.3.0b0"
88
description = "Scan dependencies for known vulnerabilities and licenses."
99
keywords = ["safety", "vulnerabilities", "dependencies", "licenses", "scan"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)