Skip to content

Commit

Permalink
prep v0.20.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Jan 16, 2025
1 parent 225cdba commit 4e0d998
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 36 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

## Unreleased
## v0.20.2

### What's New

#### Python

- Minor release to include latest pyo3 and tree-sitter dependencies.

#### Rust

- MSRV is now 1.80 to remove dependency on once_cell.
Expand Down
71 changes: 37 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["bindings/*"]

[workspace.package]
version = "0.20.1"
version = "0.20.2"
authors = ["Ben Brandt <[email protected]>"]
edition = "2021"
description = "Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens, and is callable from Rust and Python."
Expand Down

0 comments on commit 4e0d998

Please sign in to comment.