Skip to content

Commit f8faf64

Browse files
committed
Bump version to 0.4.32 & add changelog entry
1 parent 2d3a143 commit f8faf64

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.32
4+
5+
- Added type stub files (written by hand so may contain errors)
6+
37
## 0.4.31
48

59
- **Interface changes:**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="json-stream-rs-tokenizer",
10-
version="0.4.31",
10+
version="0.4.32",
1111
rust_extensions=[
1212
RustExtension(
1313
"json_stream_rs_tokenizer.json_stream_rs_tokenizer",

0 commit comments

Comments
 (0)