Skip to content

Commit

Permalink
Bump to v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-gigante committed Nov 21, 2023
1 parent a9da206 commit 94fa5d3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 3.10)

project(
black
VERSION 0.10.4
VERSION 0.10.5
LANGUAGES C CXX
DESCRIPTION "BLACK (Bounded Lᴛʟ sAtisfiability ChecKer)"
)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Download the self-contained ZIP archive.

[Doc]: https://www.black-sat.org
[brew]: https://brew.sh
[pkg.deb]: https://github.com/black-sat/black/releases/download/v0.10.4/black-sat-0.10.4-1.x86_64.deb
[pkg.rpm]: https://github.com/black-sat/black/releases/download/v0.10.4/black-sat-0.10.4-1.x86_64.rpm
[pkg.win]: https://github.com/black-sat/black/releases/download/v0.10.4/black-0.10.4-win-x64.zip
[pkg.deb]: https://github.com/black-sat/black/releases/download/v0.10.4/black-sat-0.10.5-1.x86_64.deb
[pkg.rpm]: https://github.com/black-sat/black/releases/download/v0.10.4/black-sat-0.10.5-1.x86_64.rpm
[pkg.win]: https://github.com/black-sat/black/releases/download/v0.10.4/black-0.10.5-win-x64.zip
2 changes: 1 addition & 1 deletion docs/website/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ with the ``--sat-backends`` option::
$ black --sat-backends

BLACK - Bounded Lᴛʟ sAtisfiability ChecKer
version 0.10.4
version 0.10.5

Available SAT backends:
- z3 *
Expand Down
8 changes: 4 additions & 4 deletions docs/website/installation/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ the packages should work but do not, please open a GitHub `issue


.. |Ubuntu20.04Badge| image:: https://badgen.net/badge/Download%20v0.10.4/.deb/green
.. _Ubuntu20.04Badge: https://github.com/black-sat/black/releases/download/v0.10.4/black-sat-0.10.4.ubuntu20.04.x86_64.deb
.. _Ubuntu20.04Badge: https://github.com/black-sat/black/releases/download/v0.10.4/black-sat-0.10.5.ubuntu20.04.x86_64.deb
.. |Ubuntu22.04Badge| image:: https://badgen.net/badge/Download%20v0.10.4/.deb/green
.. _Ubuntu22.04Badge: https://github.com/black-sat/black/releases/download/v0.10.4/black-sat-0.10.4.ubuntu22.04.x86_64.deb
.. _Ubuntu22.04Badge: https://github.com/black-sat/black/releases/download/v0.10.4/black-sat-0.10.5.ubuntu22.04.x86_64.deb
.. |Fedora37Badge| image:: https://badgen.net/badge/Download%20v0.10.4/.rpm/green
.. _Fedora37Badge: https://github.com/black-sat/black/releases/download/v0.10.4/black-sat-0.10.4.fedora37.x86_64.rpm
.. _Fedora37Badge: https://github.com/black-sat/black/releases/download/v0.10.4/black-sat-0.10.5.fedora37.x86_64.rpm
.. |Fedora38Badge| image:: https://badgen.net/badge/Download%20v0.10.4/.rpm/green
.. _Fedora38Badge: https://github.com/black-sat/black/releases/download/v0.10.4/black-sat-0.10.4.fedora38.x86_64.rpm
.. _Fedora38Badge: https://github.com/black-sat/black/releases/download/v0.10.4/black-sat-0.10.5.fedora38.x86_64.rpm

Compilation from source
------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/website/installation/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ is self-contained.
* - |WindowsBadge|_

.. |WindowsBadge| image:: https://badgen.net/badge/Download%20v0.10.4/.zip/green
.. _WindowsBadge: https://github.com/black-sat/black/releases/download/v0.10.4/black-0.10.4-win-x64.zip
.. _WindowsBadge: https://github.com/black-sat/black/releases/download/v0.10.4/black-0.10.5-win-x64.zip


The binary package includes the Z3 backend. To use other backends, BLACK needs
Expand Down

0 comments on commit 94fa5d3

Please sign in to comment.