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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@
3
3
## [Unreleased](unreleased)
4
4
5
5
6
+
## [0.9.1] - 2022-01-21
7
+
### Added
8
+
- Documentation about compiling with system install sqlite3.
9
+
10
+
### Fixed
11
+
- Debug output during `mix compile` process.
12
+
13
+
6
14
## [0.9.0] - 2022-01-21
7
15
### Added
8
16
- Allow setting `:key` option `PRAGMA` before all other pragmas to allow for use of encrypted sqlite databases. [#187](https://github.com/elixir-sqlite/exqlite/pull/187)
0 commit comments