Skip to content

Commit a1a3ca0

Browse files
committed
Edit version number and changelog
Signed-off-by: Rahul Krishna <[email protected]>
1 parent ed52281 commit a1a3ca0

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
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.13] - 2025-07-22
9+
10+
### Improved
11+
- **CLI Help Documentation**: Comprehensive help text added for all command-line options
12+
- Added descriptive help messages for all CLI parameters including `--output`, `--format`, `--analysis-level`, etc.
13+
- Enhanced user experience with clear option descriptions in `--help` output
14+
- Improved CLI parameter organization using `Annotated` type hints for better maintainability
15+
- Added case-insensitive support for `--format` option
16+
- Updated verbosity option help to clearly indicate multiple usage (`-v`, `-vv`, `-vvv`)
17+
18+
### Technical Details
19+
- Refactored CLI function signature to use consistent `Annotated` type hint pattern
20+
- Added comprehensive help text for all 12 command-line options
21+
- Improved code organization and type safety in CLI parameter definitions
22+
823
## [0.1.12] - 2025-07-21
924

1025
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codeanalyzer-python"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
description = "Static Analysis on Python source code using Jedi, CodeQL and Treesitter."
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)