Skip to content

Commit 10ebd4b

Browse files
committed
add release date - update docs
1 parent e4dfd4f commit 10ebd4b

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGE_LOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
2025-XX-XX 3.8.1:
1+
2026-04-02 3.8.1:
22
-------------------
33
* fixed critial findings in C Extension Analysis Report, see #250
4-
* add tests
4+
* add tests, in particular `devel/test_capi.py`
55

66

77
2025-11-02 3.8.0:

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Once you have installed the package, you may want to test it:
5757
5858
$ python -c 'import bitarray; bitarray.test()'
5959
bitarray is installed in: /Users/ilan/bitarray/bitarray
60-
bitarray version: 3.8.0
60+
bitarray version: 3.8.1
6161
sys.version: 3.13.5 (main, Jun 16 2025) [Clang 18.1.8]
6262
sys.prefix: /Users/ilan/miniforge
6363
pointer size: 64 bit
@@ -320,7 +320,7 @@ and can therefore be used as a dictionary key:
320320
Reference
321321
=========
322322

323-
bitarray version: 3.8.0 -- `change log <https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst>`__
323+
bitarray version: 3.8.1 -- `change log <https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst>`__
324324

325325
In the following, ``item`` and ``value`` are usually a single bit -
326326
an integer 0 or 1.

doc/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change log
22
==========
33

4+
**3.8.1** (2026-04-02):
5+
6+
* fixed critial findings in C Extension Analysis Report, see `#250 <https://github.com/ilanschnell/bitarray/issues/250>`__
7+
* add tests, in particular ``devel/test_capi.py``
8+
9+
410
**3.8.0** (2025-11-02):
511

612
* add experimental support for free-threaded builds (GIL disabled), `#234 <https://github.com/ilanschnell/bitarray/issues/234>`__

doc/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Reference
22
=========
33

4-
bitarray version: 3.8.0 -- `change log <https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst>`__
4+
bitarray version: 3.8.1 -- `change log <https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst>`__
55

66
In the following, ``item`` and ``value`` are usually a single bit -
77
an integer 0 or 1.

0 commit comments

Comments
 (0)