File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 33## [ Unreleased] ( unreleased )
44
55
6+ ## [ 0.8.1] - 2021-12-03
7+ ### Fixed
8+ - Fixed unicode handling when executing sql statements. [ #179 ] ( https://github.com/elixir-sqlite/exqlite/pull/179 )
9+
10+
611## [ 0.8.0] - 2021-11-30
712### Changed
813- Updated SQLite from [ 3.36.0] ( https://www.sqlite.org/releaselog/3_36_0.html ) to [ 3.37.0] ( https://www.sqlite.org/releaselog/3_37_0.html ) .
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.8.0 " }
36+ {:exqlite , " ~> 0.8.1 " }
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.8.0 "
4+ @ version "0.8.1 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments