v1.0.0
feyninc/chonkiev1.0.0Apr 6, 2025by chonknick
AI Summary
This is the initial stable release (v1.0.0) of Chonkie, featuring bug fixes for the `__dict__` attribute and cleanup of unused `LateSentence` code, alongside version metadata updates.
Key Highlights
- Fixed a bug where `__dict__` was incorrectly treated as callable.
- Removed the unused `LateSentence` class.
- Updated version numbers in `pyproject.toml` and `__init__.py`.
- Marked the project as v1.0.0 stable.
Full Release Notes
## What's Changed * Fix: `__dict__` is not callable, LateSentence not in use by @chonknick in https://github.com/chonkie-inc/chonkie/pull/15 * Update version to 1.0.0 in pyproject.toml and __init__.py by @chonknick in https://github.com/chonkie-inc/chonkie/pull/17 **Full Changelog**: https://github.com/chonkie-inc/chonkie/compare/v1.0.0a1...v1.0.0