From 7d7ff1a028228d847d27b4141e9bec26a4dd00c4 Mon Sep 17 00:00:00 2001 From: Dylan Pulver Date: Fri, 25 Oct 2024 15:56:41 -0400 Subject: [PATCH] chore/release-3.2.10 --- CHANGELOG.md | 5 +++++ safety/VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f23d5e6..d1475bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is partly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [PEP 440](https://peps.python.org/pep-0440/) +## [3.2.10] - 2024-10-25 +- Support for scanning pyproject.toml files (#625) +- Update safety-schemas version used (#624) +- Fix basic poloicy test (#622) + ## [3.2.9] - 2024-10-23 - chore: deprection-message-for-license-command (4149b70) - feat: add-pull-request-template (#604) (61b2fe2) diff --git a/safety/VERSION b/safety/VERSION index e650c01d..f15386a5 100644 --- a/safety/VERSION +++ b/safety/VERSION @@ -1 +1 @@ -3.2.9 +3.2.10