Skip to content

Commit

Permalink
Bump for release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Dec 7, 2021
1 parent dec23bd commit 6e44e9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased](unreleased)

## [0.8.3] - 2021-12-07
### Changed
- 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)
- When the path to the database does not exist, `mkdir_p` is invoked. [#180](https://github.com/elixir-sqlite/exqlite/pull/180)


## [0.8.2] - 2021-12-03
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Package: https://hex.pm/packages/exqlite

```elixir
defp deps do
{:exqlite, "~> 0.8.2"}
{:exqlite, "~> 0.8.3"}
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project

@version "0.8.2"
@version "0.8.3"

def project do
[
Expand Down

0 comments on commit 6e44e9e

Please sign in to comment.