Skip to content

Commit dd6c81b

Browse files
committed
bump: version 3.5.2 → 3.6.0b0
1 parent 293bccb commit dd6c81b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ The format is partly based on [Keep a Changelog](https://keepachangelog.com/en/1
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [PEP 440](https://peps.python.org/pep-0440/)
99

1010

11+
## 3.6.0b0 (2025-07-09)
12+
13+
### Feat
14+
15+
- add Windows venv wrappers support (#768)
16+
- add codebase init command (#756)
17+
18+
### Fix
19+
20+
- issues with encoding in all the outputs (#757)
21+
- restore missing codebase name prompt in scan command (#771)
22+
- issues with click 8.2.0 (#748)
23+
- codebase init --link-to help text (#770)
24+
- test isolation for firewall tests on unix-like systems (#767)
25+
1126
## 3.5.2 (2025-06-04)
1227

1328
### Fix

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.5.2"
7+
version = "3.6.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)