From a023d296515d217467ef6efa4dd4b854d7e6c0cf Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Fri, 3 Apr 2026 11:05:02 -0700 Subject: [PATCH] v0.1.35 --- Cargo.lock | 2 +- pgdog/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 579381b16..0ec395f55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2856,7 +2856,7 @@ dependencies = [ [[package]] name = "pgdog" -version = "0.1.34" +version = "0.1.35" dependencies = [ "arc-swap", "async-trait", diff --git a/pgdog/Cargo.toml b/pgdog/Cargo.toml index d88a8d817..0645376e5 100644 --- a/pgdog/Cargo.toml +++ b/pgdog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgdog" -version = "0.1.34" +version = "0.1.35" edition = "2021" description = "Modern PostgreSQL proxy, pooler and load balancer." authors = ["PgDog "]