Skip to content

Commit 65c7a6f

Browse files
authored
chore(z3): release v0.19.12 (#512)
1 parent aa5557b commit 65c7a6f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

z3/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.19.12](https://github.com/prove-rs/z3.rs/compare/z3-v0.19.11...z3-v0.19.12) - 2026-03-04
11+
12+
### Added
13+
14+
- add `with` method to Tactic ([#511](https://github.com/prove-rs/z3.rs/pull/511)) (by @longlinh123456) - #511
15+
16+
### Contributors
17+
18+
* @longlinh123456
19+
1020
## [0.19.11](https://github.com/prove-rs/z3.rs/compare/z3-v0.19.10...z3-v0.19.11) - 2026-02-27
1121

1222
### Added

z3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "z3"
33
rust-version = "1.85.0"
4-
version = "0.19.11"
4+
version = "0.19.12"
55
authors = ["Graydon Hoare <graydon@pobox.com>", "Bruce Mitchener <bruce.mitchener@gmail.com>", "Nick Fitzgerald <fitzgen@gmail.com>", "Mark DenHoed <mark.denhoed@cs.ox.ac.uk>"]
66

77
description = "High-level rust bindings for the Z3 SMT solver from Microsoft Research"

0 commit comments

Comments
 (0)