Skip to content

Commit a47b579

Browse files
committed
chore(changelog): update changelog for version 1.0.2 to document recent fixes and improvements
1 parent 306162a commit a47b579

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
11
# Changelog
22

3+
## [1.0.2] - 2024-12-22
4+
5+
### Fixed
6+
7+
- Remove unexpected print logs
8+
39
## [1.0.1] - 2024-12-17
410

511
### Added
12+
613
- Support for custom file encoding options
714
- New file creation and line insertion capabilities
815
- Absolute path enforcement for file operations
916
- Append mode support for adding content at the end of files
1017
- Range hash validation for content integrity
1118

1219
### Fixed
20+
1321
- Improved error messages and handling for file operations
1422
- Enhanced file hash verification logic
1523
- Better handling of empty file content
1624
- Unified file_hash field naming across responses
1725

1826
### Changed
27+
1928
- Migrated to Pydantic models for better type validation
2029
- Simplified server code and improved consistency
2130
- Enhanced test coverage and code organization

0 commit comments

Comments
 (0)