Skip to content

Commit 6a17201

Browse files
committed
Bump for release v0.8.4
1 parent c67acf9 commit 6a17201

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased](unreleased)
44

5+
## [0.8.4] - 2021-12-08
6+
### Fixed
7+
- Improved typespecs. [#177](https://github.com/elixir-sqlite/exqlite/pull/177)
8+
9+
510
## [0.8.3] - 2021-12-07
611
### Changed
712
- 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)
@@ -148,6 +153,10 @@
148153

149154
[ecto_sqlite3]: <https://github.com/elixir-sqlite/ecto_sqlite3>
150155
[unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.2...HEAD
156+
[0.8.3]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.2...v0.8.3
157+
[0.8.2]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.1...v0.8.2
158+
[0.8.1]: https://github.com/elixir-sqlite/exqlite/compare/v0.8.0...v0.8.1
159+
[0.8.0]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.9...v0.8.0
151160
[0.7.9]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.3...v0.7.9
152161
[0.7.3]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.2...v0.7.3
153162
[0.7.2]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.0...v0.7.2

README.md

+1-1
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.3"}
36+
{:exqlite, "~> 0.8.4"}
3737
end
3838
```
3939

mix.exs

+1-1
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.3"
4+
@version "0.8.4"
55

66
def project do
77
[

0 commit comments

Comments
 (0)