Skip to content

Commit

Permalink
Bump for release v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Dec 8, 2021
1 parent c67acf9 commit 6a17201
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 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.4] - 2021-12-08
### Fixed
- Improved typespecs. [#177](https://github.com/elixir-sqlite/exqlite/pull/177)


## [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)
Expand Down Expand Up @@ -148,6 +153,10 @@

[ecto_sqlite3]: <https://github.com/elixir-sqlite/ecto_sqlite3>
[unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.2...HEAD
[0.8.3]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.9...v0.8.0
[0.7.9]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.3...v0.7.9
[0.7.3]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.0...v0.7.2
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.3"}
{:exqlite, "~> 0.8.4"}
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.3"
@version "0.8.4"

def project do
[
Expand Down

0 comments on commit 6a17201

Please sign in to comment.