diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f891d..ea79af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## Changelog 🔄 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). -## [Unreleased] +## [0.2.1] - 2023-11-09 ### Added - Memoized `chunk()`. @@ -32,6 +32,7 @@ All notable changes to `semchunk` will be documented here. This project adheres ### Added - Added the `chunk()` function, which splits text into semantically meaningful chunks of a specified size as determined by a provided token counter. +[0.2.1]: https://github.com/umarbutler/semchunk/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/umarbutler/semchunk/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/umarbutler/semchunk/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/umarbutler/semchunk/compare/v0.1.0...v0.1.1 diff --git a/pyproject.toml b/pyproject.toml index 80e8e70..c4f4408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "semchunk" -version = "0.2.0" +version = "0.2.1" authors = [ {name="Umar Butler", email="umar@umar.au"}, ]