Skip to content

Commit ca5bd78

Browse files
committed
⬆️ Updated z3-solver to 4.16.0
1 parent 301a257 commit ca5bd78

4 files changed

Lines changed: 164 additions & 307 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [4.16.0] - 2026-02-25
4+
5+
- Updated z3-solver to 4.16.0
6+
- Updated versioning to match z3-solver versioning
7+
38
## [0.2.4] - 2025-11-01
49

510
- Updated z3-solver to 4.15.4

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Features
44

5-
- Syntax highlighting for SMT-LIB2 files (`.smt2`, `.smt`) from [SMT.tmbundle](https://github.com/SRI-CSL/SMT.tmbundle)
5+
- Syntax highlighting for SMT-LIB2 files (`.smt2`) from [SMT.tmbundle](https://github.com/SRI-CSL/SMT.tmbundle)
66
- Execute SMT-LIB2 files with Z3 without explicitly installing Z3
77

88
> [!TIP]
@@ -12,7 +12,7 @@
1212

1313
## Usage
1414

15-
For executing SMT-LIB2 files, open a `.smt2` or `.smt` file and click on the `▶ Execute` button in the top right corner of the editor. The result will be displayed in the output window. You can also open the command palette (Ctrl+Shift+P) and type `SMT-Z3: Execute Z3`.
15+
For executing SMT-LIB2 files, open a `.smt2` file and click on the `▶ Execute` button in the top right corner of the editor. The result will be displayed in the output window. You can also open the command palette (Ctrl+Shift+P) and type `SMT-Z3: Execute Z3`.
1616

1717
For stopping the execution, click on the `⏹ Stop` button in the top right corner of the editor.
1818

@@ -30,4 +30,6 @@ Open the settings (Ctrl+Shift+P or ⌘ + ⇧ + P) and search for `SMT-Z3: Open S
3030

3131
## License
3232

33-
This extension is licensed under the MIT License. See [LICENSE](LICENSE) for more information.
33+
This extension is licensed under the MIT License. See [LICENSE](LICENSE) for more information.
34+
35+
For Z3 itself, see the [Z3 License](https://github.com/Z3Prover/z3/blob/master/LICENSE.txt)

0 commit comments

Comments
 (0)