Skip to content

Commit

Permalink
prepare for 12.6
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Feb 22, 2024
1 parent 79b7d8a commit 785f71b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ Version 4.next
- native word level bit-vector solving.
- introduction of simple induction lemmas to handle a limited repertoire of induction proofs.

Version 4.12.6
==============
- remove expensive rewrite that coallesces adjacent stores
- improved Java use of reference queues thanks to Thomas Haas #7131
- fixes to conditional import of python library thanks to Cal Jacobson #7116
- include universe for constants that get removed during pre-processing #7121
- code improvements, Bruce Mitchener #7119
- fix nested callback handling for user propagators
- include ARM64 binaries in distribution
- added Julia API, Thanks to Yisu Remy Yang #7108

Version 4.12.5
==============
- Fixes to pypi setup and build for MacOS distributions
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ stages:

# Enable on release:
- job: PyPIPublish
condition: eq(1,1)
condition: eq(1,0)
displayName: "Publish to PyPI"
pool:
vmImage: "ubuntu-latest"
Expand Down

0 comments on commit 785f71b

Please sign in to comment.