3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-17 14:21:45 +00:00

bump version to prepare for release with wheels and npm

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-02-12 08:59:23 -08:00
parent 0be5434f29
commit e6d32f3d40
6 changed files with 20 additions and 11 deletions

View file

@ -7,6 +7,15 @@ Version 4.next
- CDCL core for SMT queries. It extends the SAT engine with theory solver plugins.
- add global incremental pre-processing for the legacy core.
Version 4.15.8
==============
- Fix release pipeline to publish all supported python wheels properly.
- Re-enable npm tokens for publishing npm pacages.
Version 4.15.7
==============
- Bug fix release
Version 4.15.6
==============
- Optimize mpz (multi-precision integer) implementation using pointer tagging to reduce memory footprint and improve performance.