Skip to content

Commit

Permalink
Bump to v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Nov 4, 2024
1 parent d937a12 commit 953691e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.27.0

- changed: Add ability to set `default_transaction_mode` for the connection
configuration.

## v0.26.0

- changed: Update sqlite to `3.47.0`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Package: https://hex.pm/packages/exqlite
```elixir
defp deps do
[
{:exqlite, "~> 0.25"}
{:exqlite, "~> 0.27"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project

@version "0.27.0-dev"
@version "0.27.0"
@sqlite_version "3.47.0"

def project do
Expand Down

0 comments on commit 953691e

Please sign in to comment.