Skip to content

Commit 6e44e9e

Browse files
committed
Bump for release v0.8.3
1 parent dec23bd commit 6e44e9e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased](unreleased)
44

5+
## [0.8.3] - 2021-12-07
6+
### Changed
7+
- Compilation output to be less verbose. If more verbosity is desired `V=1 mix compile` will remedy that. [#181](https://github.com/elixir-sqlite/exqlite/pull/181)
8+
- When the path to the database does not exist, `mkdir_p` is invoked. [#180](https://github.com/elixir-sqlite/exqlite/pull/180)
9+
510

611
## [0.8.2] - 2021-12-03
712
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Package: https://hex.pm/packages/exqlite
3333

3434
```elixir
3535
defp deps do
36-
{:exqlite, "~> 0.8.2"}
36+
{:exqlite, "~> 0.8.3"}
3737
end
3838
```
3939

mix.exs

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

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

66
def project do
77
[

0 commit comments

Comments
 (0)