Skip to content

Commit 8862931

Browse files
committed
Prepare release 0.2.1.0
1 parent c29f08f commit 8862931

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

ChangeLog.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
0.2.1.0 [XXX]
1+
0.2.1.0 [2026.01.13]
22
----------------
33
* `From/ToPy` instance for `Integer`&`Natural` added.
4-
* `vector-0.13.2` is required
5-
* Only Python>=3.10 is supported now. Earlier versions are not supported anymore.
6-
Now they're tested on CI.
7-
* Documentation fixes
4+
* `vector-0.13.2` is required.
5+
* Python>=3.10 is supported. Boolean marshaling with python<3.12 is
6+
fixed. Previously it caused crashes on counter decrement.
7+
* Documentation fixes.
88

99
0.2 [2025.05.04]
1010
----------------
1111
* `FromPy`/`ToPy` instances added for: `Complex`, both strict and lazy `Text` &
12-
`ByteString`, `ShortByteString`, `Maybe a`
12+
`ByteString`, `ShortByteString`, `Maybe a`.
1313
* Module `Python.Inline.Eval` added which support for eval/exec with user
1414
supplied global and local variables.
1515
* QuasiQuotes `Python.Inline.QQ.pycode` added for creating `PyQuote` data type.

0 commit comments

Comments
 (0)