File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.2.0] - 2025-05-15
9+
10+ ### Added
11+ - Implemented multiple API key configuration methods
12+ - Enhanced debug logging
13+ - Added debug logging for better troubleshooting
14+ - Enhanced changelog automation with structured JSON response handling
15+
16+ ### Changed
17+ - Simplified changelog update workflow with streamlined version extraction
18+ - Simplified changelog update workflow with better error handling
19+
20+ ### Fixed
21+ - Removed invalid character from changelog workflow file
22+
23+ ## [ 0.1.0] - Initial Release
24+
25+ ### Added
26+ - Initial project structure
27+ - Basic functionality
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 = " 0.1 .0"
7+ version = " 0.2 .0"
88description = " A utility package for Claude code generation"
99readme = " README.md"
1010requires-python = " >=3.12"
@@ -55,4 +55,4 @@ python_version = "3.12"
5555warn_return_any = true
5656warn_unused_configs = true
5757disallow_untyped_defs = true
58- disallow_incomplete_defs = true
58+ disallow_incomplete_defs = true
You can’t perform that action at this time.
0 commit comments