Skip to content

Commit 2b546df

Browse files
committed
Logged changes.
1 parent d2c733f commit 2b546df

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
## Changelog 🔄
22
All notable changes to `semchunk` will be documented here. This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
33

4-
## [Unreleased]
5-
### Added
6-
- Added [Isaacus](https://isaacus.com/) to the license.
4+
## [3.0.2] - 2025-02-13
5+
### Fixed
6+
- Significantly sped up chunking very long texts with little to no variation in levels of whitespace used (fixing [#8](https://github.com/isaacus-dev/semchunk/issues/8)) and, in the process, also slightly improved overall performance.
7+
8+
### Changed
9+
- Transferred `semchunk` to [Isaacus](https://isaacus.com/).
10+
- Began formatting with Ruff.
711

812
## [3.0.1] - 2024-01-10
913
### Fixed
@@ -113,6 +117,7 @@ All notable changes to `semchunk` will be documented here. This project adheres
113117
### Added
114118
- Added the `chunk()` function, which splits text into semantically meaningful chunks of a specified size as determined by a provided token counter.
115119

120+
[3.0.2]: https://github.com/umarbutler/semchunk/compare/v3.0.1...v3.0.2
116121
[3.0.1]: https://github.com/umarbutler/semchunk/compare/v3.0.0...v3.0.1
117122
[3.0.0]: https://github.com/umarbutler/semchunk/compare/v2.2.2...v3.0.0
118123
[2.2.2]: https://github.com/umarbutler/semchunk/compare/v2.2.1...v2.2.2

0 commit comments

Comments
 (0)