Skip to content

Commit 2e9da31

Browse files
committed
Updating the changelog and bump version
1 parent 6d97e0a commit 2e9da31

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
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.1] - 2025-06-26
4+
5+
### 🛠 Enhancements
6+
7+
- Integrated Bandit security scanning into CI pipelines and resolved initial issues.
8+
- Added Ruff support to the Taskfile for consistent code linting and fixed the CLI smoke test failure.
9+
- Introduced a smoke test for the CLI to catch regressions early.
10+
- Added a link to the Discord community server for real-time support and discussion.
11+
12+
### 🐛 Bug Fixes
13+
14+
- Fixed handling of Terraform resources with a replace action so that the analyzer and reporter treat it uniquely.
15+
16+
---
17+
318
## [0.2.0] - 2024-06-15
419

520
### 🎨 Enhanced Output Formats and CLI Arguments

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tfsumpy"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
requires-python = ">=3.10,<4.0"
55

66
[tool.poetry]

0 commit comments

Comments
 (0)