Skip to content

Commit a1dbf83

Browse files
committed
Bump to v0.8.2
1 parent 141fb53 commit a1dbf83

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes will be documented in this file.
55
The format is loosely based on [Keep a Changelog][keepachangelog], and this
66
project adheres to [Semantic Versioning][semver].
77

8+
## v0.8.2 - 2022-10-06
9+
- fixed: `exists()` expression building. [#92](https://github.com/elixir-sqlite/ecto_sqlite3/pull/92)
10+
811
## v0.8.1 - 2022-08-30
912
- changed: Allow `FROM` hints to be used. [#88](https://github.com/elixir-sqlite/ecto_sqlite3/pull/88)
1013

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ in Hexdocs.
1717
```elixir
1818
defp deps do
1919
[
20-
{:ecto_sqlite3, "~> 0.8.1"}
20+
{:ecto_sqlite3, "~> 0.8.2"}
2121
]
2222
end
2323
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule EctoSQLite3.MixProject do
22
use Mix.Project
33

4-
@version "0.8.1"
4+
@version "0.8.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)