File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased] ( https://github.com/elixir-sqlite/exqlite/compare/v0.10.1...HEAD )
3+ ## [ Unreleased] ( https://github.com/elixir-sqlite/exqlite/compare/v0.10.2...HEAD )
4+
5+
6+ ## [ 0.10.2] - 2022-03-10
7+ ### Changed
8+ - Updated sqlite3 to 3.38.
9+
10+ ### Revert
11+ - Reverted change made to Visual Studio 2022 vcvars64.bat [ #194 ] ( https://github.com/elixir-sqlite/exqlite/pull/194 )
412
513
614## [ 0.10.1] - 2022-03-01
203211
204212
205213[ ecto_sqlite3 ] : < https://github.com/elixir-sqlite/ecto_sqlite3 >
214+ [ 0.10.2 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.10.1...v0.10.2
206215[ 0.10.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.10.0...v0.10.1
207216[ 0.10.0 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.3...v0.10.0
208217[ 0.9.3 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.2...v0.9.3
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Package: https://hex.pm/packages/exqlite
3434``` elixir
3535defp deps do
3636 [
37- {:exqlite , " ~> 0.10.1 " }
37+ {:exqlite , " ~> 0.10.2 " }
3838 ]
3939end
4040```
Original file line number Diff line number Diff line change 11defmodule Exqlite.MixProject do
22 use Mix.Project
33
4- @ version "0.10.1 "
4+ @ version "0.10.2 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments