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 1
1
# @vlcn .io/crsqlite
2
2
3
+ ## 0.16.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fix windows breakage, fix wasm oom
8
+
3
9
## 0.16.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vlcn.io/crsqlite" ,
3
- "version" : " 0.16.2 " ,
3
+ "version" : " 0.16.3 " ,
4
4
"description" : " CR-SQLite loadable extension" ,
5
5
"homepage" : " https://vlcn.io" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ pub const TBL_SCHEMA: &'static str = "crsql_master";
11
11
// 00_05_01_00
12
12
// and, if we ever need it, we can track individual builds of a patch release
13
13
// 00_05_01_01
14
- pub const CRSQLITE_VERSION : i32 = 16_01_00 ;
15
- pub const CRSQLITE_VERSION_STR : & ' static str = "0.16.1 " ;
14
+ pub const CRSQLITE_VERSION : i32 = 16_03_00 ;
15
+ pub const CRSQLITE_VERSION_STR : & ' static str = "0.16.3 " ;
16
16
pub const CRSQLITE_VERSION_0_15_0 : i32 = 15_00_00 ;
17
17
18
18
pub const SITE_ID_LEN : i32 = 16 ;
You can’t perform that action at this time.
0 commit comments