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:
parent
5afb95b34a
commit
a00d68fe5a
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue