From f6faf0ce797f13e7c21e9049fabd6a76a49b1c37 Mon Sep 17 00:00:00 2001 From: Chase Granberry Date: Fri, 11 Sep 2026 22:28:47 +0000 Subject: [PATCH] Bump to 0.20.0 Version 0.20.0 releases everything on main since 0.19.0: the paged hot manifest preview (T-449), claim back-off and follower heal (T-450), memory on /metrics (T-451), allocator_background_threads on by default (T-452), the lazy id-grouped hot read (T-453), the backlog valve (T-457), compaction's own catalog connection and back-off (T-458), the O(claim) retire (T-459), per- engine spill directories (T-460), no file cache on long-lived engines (T-461), catalog exits as errors (T-464), size-screened compaction candidates (T-463), and the cluster page's per-node version and commit (T-465). Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01NBmgYoYciJzbcxNYA9Z4d6 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 574df328..4f0264ec 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Smolquery.MixProject do def project do [ app: :smolquery, - version: "0.19.0", + version: "0.20.0", elixir: "~> 1.20", package: [licenses: ["Apache-2.0"]], elixirc_paths: elixirc_paths(Mix.env()),