Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog

## 0.19.0 - 2026-01-05

- 2026-01-04 Export individual modules in Eval
- 2026-01-04 Reduce allocations in the hot path of value evals

## 0.18.0 - 2025-12-29

- 2025-12-29 Release 0.18.0
- 2025-12-29 Use fine-grained token to create release PR
- 2025-12-28 Improve error messages in the error_kind printer
- 2025-12-26 Add Eval.pp_error_kind function
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(name smtml)

(version 0.18.0)
(version 0.19.0)

(generate_opam_files true)

Expand Down
2 changes: 1 addition & 1 deletion smtml.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.18.0"
version: "0.19.0"
synopsis: "An SMT solver frontend for OCaml"
description:
"Smt.ml is an SMT solver frontend for OCaml that simplifies integration with various solvers through a consistent interface. Its parametric encoding facilitates the easy addition of new solver backends, while optimisations like formula simplification, result caching, and detailed error feedback enhance performance and usability."
Expand Down
Loading