3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

update release scripts and notes in master

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-12-23 11:43:38 -08:00
parent 5afb95b34a
commit a00d68fe5a
2 changed files with 9 additions and 2 deletions

View file

@ -11,6 +11,13 @@ Version 4.8.next
- introduction of simple induction lemmas to handle a limited repertoire of induction proofs.
Version 4.8.14
==============
- fixes Antimirov derivatives for intersections and unions required
required for solving non-emptiness constraints.
- includes x86 dll in nuget package for Windows.
- exposes additional user propagator functionality
Version 4.8.13
==============
The release integrates various bug fixes and tuning.

View file

@ -6,7 +6,7 @@
trigger: none
variables:
ReleaseVersion: '4.8.13'
ReleaseVersion: '4.8.14'
stages:
@ -391,7 +391,7 @@ stages:
# Enable on release:
- job: PyPIPublish
condition: eq(1,1)
condition: eq(0,1)
displayName: "Publish to PyPI"
pool:
vmImage: "ubuntu-latest"