File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased] ( https://github.com/elixir-sqlite/exqlite/compare/v0.10.0...HEAD )
3+ ## [ Unreleased] ( https://github.com/elixir-sqlite/exqlite/compare/v0.10.1...HEAD )
4+
5+
6+ ## [ 0.10.1] - 2022-03-01
7+ ### Fixed
8+ - Fixed path to Visual Studio 2022 vcvars64.bat [ #194 ] ( https://github.com/elixir-sqlite/exqlite/pull/194 )
49
510
611## [ 0.10.0] - 2022-02-24
198203
199204
200205[ ecto_sqlite3 ] : < https://github.com/elixir-sqlite/ecto_sqlite3 >
206+ [ 0.10.1 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.10.0...v0.10.1
201207[ 0.10.0 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.3...v0.10.0
202208[ 0.9.3 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.2...v0.9.3
203209[ 0.9.2 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.1...v0.9.2
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.0 " }
37+ {:exqlite , " ~> 0.10.1 " }
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.0 "
4+ @ version "0.10.1 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments