File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " tfsumpy"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44requires-python = " >=3.10,<4.0"
55
66[tool .poetry ]
You can’t perform that action at this time.
0 commit comments