File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## [ Unreleased] ( unreleased )
44
55
6+ ## [ 0.6.1] - 2021-05-17
7+
8+ ### Fixed
9+
10+ - Fixed compilation issue on windows [ #151 ] ( https://github.com/elixir-sqlite/exqlite/pull/151 )
11+
12+
613## [ 0.6.0] - 2021-05-5
714
815### Added
94101
95102
96103[ ecto_sqlite3 ] : < https://github.com/elixir-sqlite/ecto_sqlite3 >
97- [ unreleased ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.0...HEAD
104+ [ unreleased ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.1...HEAD
105+ [ 0.6.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.6.1...v0.6.0
98106[ 0.6.0 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.11...v0.6.0
99107[ 0.5.11 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.5.10...v0.5.11
100108[ 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.0 " }
36+ {:exqlite , " ~> 0.6.1 " }
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.0 "
4+ @ version "0.6.1 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments