Skip to content

Commit 10d0ec6

Browse files
committed
Bump to v0.7.9
1 parent 0a6fb5f commit 10d0ec6

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
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## [Unreleased](unreleased)
4+
5+
6+
## [0.7.9] - 2021-10-25
47
### Changed
58
- Debug build opt in, instead of opt out. `export DEBUG=yes` before compilation and it will add a `-g` to the compilation process.
69

@@ -125,6 +128,8 @@
125128

126129
[ecto_sqlite3]: <https://github.com/elixir-sqlite/ecto_sqlite3>
127130
[unreleased]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.2...HEAD
131+
[0.7.9]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.3...v0.7.9
132+
[0.7.3]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.2...v0.7.3
128133
[0.7.2]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.0...v0.7.2
129134
[0.7.1]: https://github.com/elixir-sqlite/exqlite/compare/v0.7.0...v0.7.1
130135
[0.7.0]: https://github.com/elixir-sqlite/exqlite/compare/v0.6.4...v0.7.0

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.7.8"}
36+
{:exqlite, "~> 0.7.9"}
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.7.8"
4+
@version "0.7.9"
55

66
def project do
77
[

0 commit comments

Comments
 (0)