You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@
3
3
## [Unreleased](unreleased)
4
4
5
5
6
+
## [0.8.7] - 2022-01-21
7
+
### Added
8
+
- Ability to compile exqlite using the system sqlite3 installation as opposed to building from source. [#186](https://github.com/elixir-sqlite/exqlite/pull/186)
9
+
10
+
6
11
## [0.8.6] - 2022-01-19
7
12
### Changed
8
13
- Compile SQLite3 with `-DHAVE_USLEEP=1` to allow for more performant concurrent use.
0 commit comments