File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 )
4
9
5
10
6
11
## [ 0.10.0] - 2022-02-24
198
203
199
204
200
205
[ 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
201
207
[ 0.10.0 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.3...v0.10.0
202
208
[ 0.9.3 ] : https://github.com/elixir-sqlite/exqlite/compare/v0.9.2...v0.9.3
203
209
[ 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
34
34
``` elixir
35
35
defp deps do
36
36
[
37
- {:exqlite , " ~> 0.10.0 " }
37
+ {:exqlite , " ~> 0.10.1 " }
38
38
]
39
39
end
40
40
```
Original file line number Diff line number Diff line change 1
1
defmodule Exqlite.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.10.0 "
4
+ @ version "0.10.1 "
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments