We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b604f7 commit c163e92Copy full SHA for c163e92
CHANGELOG.md
@@ -3,6 +3,11 @@
3
## [Unreleased](unreleased)
4
5
6
+## [0.8.2] - 2021-12-03
7
+### Fixed
8
+- Fixed unicode handling when preparing sql statements.
9
+
10
11
## [0.8.1] - 2021-12-03
12
### Fixed
13
- Fixed unicode handling when executing sql statements. [#179](https://github.com/elixir-sqlite/exqlite/pull/179)
README.md
@@ -33,7 +33,7 @@ Package: https://hex.pm/packages/exqlite
33
34
```elixir
35
defp deps do
36
- {:exqlite, "~> 0.8.1"}
+ {:exqlite, "~> 0.8.2"}
37
end
38
```
39
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Exqlite.MixProject do
2
use Mix.Project
- @version "0.8.1"
+ @version "0.8.2"
def project do
[
0 commit comments