Skip to content

Commit d23e8de

Browse files
authored
chore(z3): release v0.19.2 (#457)
1 parent 0f6f9a2 commit d23e8de

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

z3/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.19.2](https://github.com/prove-rs/z3.rs/compare/z3-v0.19.1...z3-v0.19.2) - 2025-10-21
11+
12+
### Added
13+
14+
- Add `Datatype::update_field`, `FuncDecl::domain`, `FuncDecl::range` ([#455](https://github.com/prove-rs/z3.rs/pull/455)) (by @willcrichton) - #455
15+
- impl Default for Solver, Optimize, and Parser ([#456](https://github.com/prove-rs/z3.rs/pull/456)) (by @toolCHAINZ) - #456
16+
17+
### Contributors
18+
19+
* @willcrichton
20+
* @toolCHAINZ
21+
1022
## [0.19.1](https://github.com/prove-rs/z3.rs/compare/z3-v0.19.0...z3-v0.19.1) - 2025-09-26
1123

1224
### 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.1"
4+
version = "0.19.2"
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)