Skip to content

Commit 947bbad

Browse files
committed
Releasing v0.2.1.
1 parent 3c2d8a0 commit 947bbad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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]
4+
## [0.2.1] - 2023-11-09
55
### Added
66
- Memoized `chunk()`.
77

@@ -32,6 +32,7 @@ All notable changes to `semchunk` will be documented here. This project adheres
3232
### Added
3333
- Added the `chunk()` function, which splits text into semantically meaningful chunks of a specified size as determined by a provided token counter.
3434

35+
[0.2.1]: https://github.com/umarbutler/semchunk/compare/v0.2.0...v0.2.1
3536
[0.2.0]: https://github.com/umarbutler/semchunk/compare/v0.1.2...v0.2.0
3637
[0.1.2]: https://github.com/umarbutler/semchunk/compare/v0.1.1...v0.1.2
3738
[0.1.1]: https://github.com/umarbutler/semchunk/compare/v0.1.0...v0.1.1

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.2.0"
7+
version = "0.2.1"
88
authors = [
99
{name="Umar Butler", email="[email protected]"},
1010
]

0 commit comments

Comments
 (0)