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 11# @vlcn .io/crsqlite
22
3+ ## 0.16.3
4+
5+ ### Patch Changes
6+
7+ - fix windows breakage, fix wasm oom
8+
39## 0.16.1
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @vlcn.io/crsqlite" ,
3- "version" : " 0.16.2 " ,
3+ "version" : " 0.16.3 " ,
44 "description" : " CR-SQLite loadable extension" ,
55 "homepage" : " https://vlcn.io" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ pub const TBL_SCHEMA: &'static str = "crsql_master";
1111// 00_05_01_00
1212// and, if we ever need it, we can track individual builds of a patch release
1313// 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 " ;
1616pub const CRSQLITE_VERSION_0_15_0 : i32 = 15_00_00 ;
1717
1818pub const SITE_ID_LEN : i32 = 16 ;
You can’t perform that action at this time.
0 commit comments