File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased] ( unreleased )
3+ ## [ Unreleased] ( https://github.com/elixir-sqlite/exqlite/compare/v0.9.2...HEAD )
4+
5+
6+ ## [ 0.9.2] - 2022-01-27
7+ ### Added
8+ - Ability to set ` :journal_size_limit ` in bytes. [ #189 ] ( https://github.com/elixir-sqlite/exqlite/pull/189 )
9+ - Ability to set ` :soft_heap_limit ` in bytes. [ #189 ] ( https://github.com/elixir-sqlite/exqlite/pull/189 )
10+ - Ability to set ` :hard_heap_limit ` in bytes. [ #189 ] ( https://github.com/elixir-sqlite/exqlite/pull/189 )
411
512
613## [ 0.9.1] - 2022-01-21
181188
182189
183190[ ecto_sqlite3 ] : < https://github.com/elixir-sqlite/ecto_sqlite3 >
184- [ unreleased ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.0...HEAD
191+ [ 0.9.2 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.1...v0.9.2
192+ [ 0.9.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.0...v0.9.1
185193[ 0.9.0 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.8.7...v0.9.0
186194[ 0.8.7 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.8.6...v0.8.7
187195[ 0.8.6 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.8.5...v0.8.6
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Package: https://hex.pm/packages/exqlite
3333
3434``` elixir
3535defp deps do
36- {:exqlite , " ~> 0.9.1 " }
36+ {:exqlite , " ~> 0.9.2 " }
3737end
3838```
3939
Original file line number Diff line number Diff line change 11defmodule Exqlite.MixProject do
22 use Mix.Project
33
4- @ version "0.9.1 "
4+ @ version "0.9.2 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments