From c694a8d300e26251d2f13c498e896ff70ceb3cc8 Mon Sep 17 00:00:00 2001 From: TzeYiing Date: Wed, 2 Jul 2025 15:04:53 +0800 Subject: [PATCH 1/3] chore: version bump to v1.4 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index be837f2..fcc12ff 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule LibclusterPostgres.MixProject do [ name: "libcluster_postgres", app: :libcluster_postgres, - version: "0.1.3", + version: "0.1.4", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, deps: deps(), From cd2d6e7a5bb44b973c73962be690d324a810bb03 Mon Sep 17 00:00:00 2001 From: TzeYiing Date: Wed, 2 Jul 2025 15:06:29 +0800 Subject: [PATCH 2/3] chore: update to v0.2 due to api changes --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index fcc12ff..cc775fe 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule LibclusterPostgres.MixProject do [ name: "libcluster_postgres", app: :libcluster_postgres, - version: "0.1.4", + version: "0.2.0", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, deps: deps(), From 61c4a73476e510b0327b0b2cbc12e46b1cdb7acd Mon Sep 17 00:00:00 2001 From: TzeYiing Date: Wed, 2 Jul 2025 15:13:19 +0800 Subject: [PATCH 3/3] docs: update version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c85faa..935696f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ by adding `libcluster_postgres` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:libcluster_postgres, "~> 0.1"} + {:libcluster_postgres, "~> 0.2"} ] end ```