Skip to content

Commit 01acf86

Browse files
committed
Merge branch 'main' of github.com:Wirasm/claudecode-utils
2 parents 496663d + 91ffbb0 commit 01acf86

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "claudecode-utility-library"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "A utility package for Claude code generation"
99
readme = "README.md"
1010
requires-python = ">=3.12"
@@ -55,4 +55,4 @@ python_version = "3.12"
5555
warn_return_any = true
5656
warn_unused_configs = true
5757
disallow_untyped_defs = true
58-
disallow_incomplete_defs = true
58+
disallow_incomplete_defs = true

0 commit comments

Comments
 (0)