Skip to content

Commit

Permalink
Bump to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Jan 12, 2023
1 parent f264767 commit d48b6ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unlreleased

## v0.13.0 - 2023-01-11
- removed: Remove support for Elixir 1.11
- added: Support for custom pragmas to be set. [#229](https://github.com/elixir-sqlite/exqlite/pull/229)
- changed: Updated sqlite3 to 3.40.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Package: https://hex.pm/packages/exqlite
```elixir
defp deps do
[
{:exqlite, "~> 0.12.0"}
{:exqlite, "~> 0.13.0"}
]
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.12.0"
@version "0.13.0"
@sqlite_version "3.40.1"

def project do
Expand Down

0 comments on commit d48b6ec

Please sign in to comment.