Skip to content

Commit 0026e32

Browse files
committed
Bump to v0.9.1
1 parent 0ea8b47 commit 0026e32

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
## [Unreleased](unreleased)
44

55

6+
## [0.9.1] - 2022-01-21
7+
### Added
8+
- Documentation about compiling with system install sqlite3.
9+
10+
### Fixed
11+
- Debug output during `mix compile` process.
12+
13+
614
## [0.9.0] - 2022-01-21
715
### Added
816
- Allow setting `:key` option `PRAGMA` before all other pragmas to allow for use of encrypted sqlite databases. [#187](https://github.com/elixir-sqlite/exqlite/pull/187)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Package: https://hex.pm/packages/exqlite
3333

3434
```elixir
3535
defp deps do
36-
{:exqlite, "~> 0.9.0"}
36+
{:exqlite, "~> 0.9.1"}
3737
end
3838
```
3939

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Exqlite.MixProject do
22
use Mix.Project
33

4-
@version "0.9.0"
4+
@version "0.9.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)