Skip to content

Commit

Permalink
Bump to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Jan 21, 2022
1 parent 0ea8b47 commit 0026e32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
## [Unreleased](unreleased)


## [0.9.1] - 2022-01-21
### Added
- Documentation about compiling with system install sqlite3.

### Fixed
- Debug output during `mix compile` process.


## [0.9.0] - 2022-01-21
### Added
- 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Package: https://hex.pm/packages/exqlite

```elixir
defp deps do
{:exqlite, "~> 0.9.0"}
{:exqlite, "~> 0.9.1"}
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.9.0"
@version "0.9.1"

def project do
[
Expand Down

0 comments on commit 0026e32

Please sign in to comment.