Skip to content

Commit

Permalink
Bump to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Jan 21, 2022
1 parent 0400f5e commit a8dba83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## [Unreleased](unreleased)


## [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)


## [0.8.7] - 2022-01-21
### Added
- Ability to compile exqlite using the system sqlite3 installation as opposed to building from source. [#186](https://github.com/elixir-sqlite/exqlite/pull/186)
Expand Down Expand Up @@ -168,7 +173,8 @@


[ecto_sqlite3]: <https://github.com/elixir-sqlite/ecto_sqlite3>
[unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.7...HEAD
[unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.7...v0.9.0
[0.8.7]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.6...v0.8.7
[0.8.6]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.5...v0.8.6
[0.8.5]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.4...v0.8.5
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.8.7"}
{:exqlite, "~> 0.9.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.8.7"
@version "0.9.0"

def project do
[
Expand Down

0 comments on commit a8dba83

Please sign in to comment.