File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.1.1] - 2025-05-16
9+
10+ ### Changed
11+ - Updated version numbers in pyproject.toml and __ init__ .py
12+ - Maintenance release with no functional changes
13+
14+ ## [ 1.1.0] - 2025-05-16
15+
16+ ### Added
17+ - Added enhanced code review command-line interface with Typer framework
18+ - Implemented multi-format support for review reports (JSON and Markdown)
19+ - Added simple Claude Code review runner CLI tool
20+ - Added functionality to save code review reports to repository root directory
21+ - Added JSON output format option for code review reports
22+
23+ ### Changed
24+ - Improved CLI structure to use Typer for better command organization
25+ - Enhanced documentation for the review runner module
26+
827## [ 1.0.0] - 2025-05-16
928
1029### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " claudecode-utility-library"
7- version = " 1.0.0 "
7+ version = " 1.1.1 "
88description = " A utility package for Claude code generation"
99readme = " README.md"
1010requires-python = " >=3.12"
Original file line number Diff line number Diff line change 11"""ClaudeCode utility library."""
22
3- __version__ = "1.0.0 "
3+ __version__ = "1.1.1 "
You can’t perform that action at this time.
0 commit comments