Skip to content

Commit

Permalink
more bytes (#207)
Browse files Browse the repository at this point in the history
* feat: allow ry.Bytes in more places

* version 32

* update changelog

* fix docs

* make fspath frozen
  • Loading branch information
jessekrubin authored Feb 26, 2025
1 parent f75c070 commit fe0d28f
Show file tree
Hide file tree
Showing 21 changed files with 368 additions and 397 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.0.32 [2025-02-25]

- `ryo3-jiter`
- Allow `PyBytes` wrapper/buffer protocol to be given
- renamed `jiter_cache_clear` to `json_cache_clear` and `jiter_cache_usage` to `json_cache_usage`
- Removed `parse_json_str` just use `parse_json` with `str` input
- `ryo3-fspath`
- Allow read/write to take `ry.Bytes` or `Bytes` objects

___

## v0.0.31 [2025-02-21]

- `ryo3-core`
Expand Down
Loading

0 comments on commit fe0d28f

Please sign in to comment.