File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] ( unreleased )
44
5+
6+ ## [ 0.7.0] - 2021-09-08
7+ ### Added
8+ - Added ` Exqlite.Basic ` for a simplified interface to utilizing sqlite3. [ #160 ] ( https://github.com/elixir-sqlite/exqlite/pull/160 )
9+ - Addded ability to load sqlite extension. [ #160 ] ( https://github.com/elixir-sqlite/exqlite/pull/160 )
10+
11+
512## [ 0.6.4] - 2021-09-04
613### Changed
714- Updated SQLite from 3.35.5 to [ 3.36.0] ( https://www.sqlite.org/releaselog/3_36_0.html )
100107
101108
102109[ ecto_sqlite3 ] : < https://github.com/elixir-sqlite/ecto_sqlite3 >
103- [ unreleased ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.1...HEAD
104- [ 0.6.3 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.3...v0.6.2
105- [ 0.6.2 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.2...v0.6.1
106- [ 0.6.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.1...v0.6.0
110+ [ unreleased ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.4...HEAD
111+ [ 0.6.4 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.3...v0.6.4
112+ [ 0.6.3 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.2...v0.6.3
113+ [ 0.6.2 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.1...v0.6.2
114+ [ 0.6.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.0...v0.6.1
107115[ 0.6.0 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.11...v0.6.0
108116[ 0.5.11 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.10...v0.5.11
109117[ 0.5.10 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.9...v0.5.10
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Package: https://hex.pm/packages/exqlite
3333
3434``` elixir
3535defp deps do
36- {:exqlite , " ~> 0.6.4 " }
36+ {:exqlite , " ~> 0.7.0 " }
3737end
3838```
3939
Original file line number Diff line number Diff line change 11defmodule Exqlite.MixProject do
22 use Mix.Project
33
4- @ version "0.6.4 "
4+ @ version "0.7.0 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments