We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685ea76 commit 5803888Copy full SHA for 5803888
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v0.11.9 - 2022-12-01
4
+- fixed: `step/2` typespec was specified incorrectly. [#224](https://github.com/elixir-sqlite/exqlite/pull/224)
5
+
6
## v0.11.8 - 2022-11-17
7
- changed: Updated sqlite3 to 3.40.0
8
README.md
@@ -34,7 +34,7 @@ Package: https://hex.pm/packages/exqlite
34
```elixir
35
defp deps do
36
[
37
- {:exqlite, "~> 0.11.8"}
+ {:exqlite, "~> 0.11.9"}
38
]
39
end
40
```
mix.exs
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.11.8"
+ @version "0.11.9"
@sqlite_version "3.40.0"
def project do
0 commit comments