Skip to content

Commit abe3137

Browse files
committed
Fixed version number in CHANGELOG.
1 parent a58a7ff commit abe3137

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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-
## [0.1.1] - 2023-11-07
4+
## [0.1.2] - 2023-11-07
55
### Fixed
66
- Fixed links in the README.
77

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

21+
[0.1.2]: https://github.com/umarbutler/semchunk/compare/v0.1.1...v0.1.2
2122
[0.1.1]: https://github.com/umarbutler/semchunk/compare/v0.1.0...v0.1.1
2223
[0.1.0]: https://github.com/umarbutler/semchunk/releases/tag/v0.1.0

0 commit comments

Comments
 (0)