Skip to content

Commit 30d37bc

Browse files
committed
chore(release): 1.3.3
- feat: lazily initialize engines from saved settings (#10) - fix: keep preserved duplicate paths idempotent - feat: support empty directory markers (#11)
1 parent 59ee9ed commit 30d37bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sqlite-memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
extern "C" {
2727
#endif
2828

29-
#define SQLITE_DBMEMORY_VERSION "1.3.2"
29+
#define SQLITE_DBMEMORY_VERSION "1.3.3"
3030

3131
// public API
3232
SQLITE_DBMEMORY_API int sqlite3_memory_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);

0 commit comments

Comments
 (0)