Skip to content

Commit

Permalink
Bump to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Jan 27, 2022
1 parent 455a8be commit 0008856
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## [Unreleased](unreleased)
## [Unreleased](https://github.com/elixir-sqlite/exqlite/compare/v0.9.2...HEAD)


## [0.9.2] - 2022-01-27
### Added
- Ability to set `:journal_size_limit` in bytes. [#189](https://github.com/elixir-sqlite/exqlite/pull/189)
- Ability to set `:soft_heap_limit` in bytes. [#189](https://github.com/elixir-sqlite/exqlite/pull/189)
- Ability to set `:hard_heap_limit` in bytes. [#189](https://github.com/elixir-sqlite/exqlite/pull/189)


## [0.9.1] - 2022-01-21
Expand Down Expand Up @@ -181,7 +188,8 @@


[ecto_sqlite3]: <https://github.com/elixir-sqlite/ecto_sqlite3>
[unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.9.0...HEAD
[0.9.2]: https://github.com/elixir-sqlite/exqlite/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/elixir-sqlite/exqlite/compare/v0.9.0...v0.9.1
[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
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.1"}
{:exqlite, "~> 0.9.2"}
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.1"
@version "0.9.2"

def project do
[
Expand Down

0 comments on commit 0008856

Please sign in to comment.