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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
### v0.36.0
2
+
- (Routine Maintenance) Updated `rusqlite` from `0.35` to `0.36`.
3
+
- This is a *breaking change,* requiring you to upgrade your `rusqlite` to match - trying to link against two different copies of `libsqlite3` will cause a compile fail.
4
+
1
5
### v0.35.0
2
6
- (Routine Maintenance) Updated `rusqlite` from `0.34` to `0.35`.
3
7
- This is a *breaking change,* requiring you to upgrade your `rusqlite` to match - trying to link against two different copies of `libsqlite3` will cause a compile fail.
@@ -8,7 +12,6 @@
8
12
-~~Fixed issue with macros failing if Rusqlite is not linked to the current crate.~~
- (Routine Maintenance) Updated `rusqlite` from `0.32` to `0.33`.
14
17
- This is a *breaking change,* requiring you to upgrade your `rusqlite` to match - trying to link against two different copies of `libsqlite3` will cause a compile fail.
0 commit comments