Skip to content

Commit 40bec2c

Browse files
committed
Version bump.
1 parent db552f9 commit 40bec2c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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+
## [0.3.2] - 2024-06-01
5+
### Fixed
6+
- Fixed a bug where a `DivisionByZeroError` would be raised where a token counter returned zero tokens when called from `merge_splits()`, courtesy of [@jcobol](https://github.com/jcobol) ([#5](https://github.com/umarbutler/semchunk/pull/5)) ([7fd64eb](https://github.com/umarbutler/semchunk/pull/5/commits/7fd64eb8cf51f45702c59f43795be9a00c7d0d17)), fixing [#4](https://github.com/umarbutler/semchunk/issues/4).
7+
48
## [0.3.1] - 2024-05-18
59
### Fixed
610
- Fixed typo in error messages in `chunkerify()` where it was referred to as `make_chunker()`.
@@ -52,6 +56,7 @@ All notable changes to `semchunk` will be documented here. This project adheres
5256
### Added
5357
- Added the `chunk()` function, which splits text into semantically meaningful chunks of a specified size as determined by a provided token counter.
5458

59+
[0.3.2]: https://github.com/umarbutler/semchunk/compare/v0.3.1...v0.3.2
5560
[0.3.1]: https://github.com/umarbutler/semchunk/compare/v0.3.0...v0.3.1
5661
[0.3.0]: https://github.com/umarbutler/semchunk/compare/v0.2.4...v0.3.0
5762
[0.2.4]: https://github.com/umarbutler/semchunk/compare/v0.2.3...v0.2.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "semchunk"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
authors = [
99
{name="Umar Butler", email="[email protected]"},
1010
]

0 commit comments

Comments
 (0)