Skip to content

Commit

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


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


## [0.8.6] - 2022-01-19
### Changed
- Compile SQLite3 with `-DHAVE_USLEEP=1` to allow for more performant concurrent use.
Expand Down Expand Up @@ -163,7 +168,9 @@


[ecto_sqlite3]: <https://github.com/elixir-sqlite/ecto_sqlite3>
[unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.5...HEAD
[unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.7...HEAD
[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
[0.8.4]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.3...v0.8.4
[0.8.3]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.2...v0.8.3
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.6"}
{:exqlite, "~> 0.8.7"}
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.6"
@version "0.8.7"

def project do
[
Expand Down

0 comments on commit 240265f

Please sign in to comment.