From a28c297dd87274bbc9f27fd7dc9792a9e34554f3 Mon Sep 17 00:00:00 2001 From: Matthew Johnston Date: Mon, 4 Nov 2024 08:05:10 -0600 Subject: [PATCH] Bump to v0.17.4 --- CHANGELOG.md | 4 ++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb73258..8dafb79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ project adheres to [Semantic Versioning][semver]. ## Unreleased +## v0.17.4 +- added: Documentation for `default_transaction_mode`. +- changed: Clarified some documentation. + ## v0.17.3 - fixed: Handle placeholders for `insert_all` calls. - changed: Added cell-wise placeholders for inserts. diff --git a/README.md b/README.md index ec687f7..e3dd307 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ in Hexdocs. ```elixir defp deps do [ - {:ecto_sqlite3, "~> 0.16"} + {:ecto_sqlite3, "~> 0.17"} ] end ``` diff --git a/mix.exs b/mix.exs index 65c402f..c23e81b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule EctoSQLite3.MixProject do use Mix.Project - @version "0.17.3" + @version "0.17.4" def project do [