Skip to content

Commit d47082d

Browse files
authored
Merge pull request #16 from Wirasm/changelog-v1.1.1
Update changelog and bump version to 1.1.1
2 parents f4d00ca + 328d3b4 commit d47082d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [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+
814
## [1.1.0] - 2025-05-16
915

1016
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "1.1.0"
7+
version = "1.1.1"
88
description = "A utility package for Claude code generation"
99
readme = "README.md"
1010
requires-python = ">=3.12"

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ClaudeCode utility library."""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)