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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# sqlite3-ruby Changelog
2
2
3
+
## 1.5.0 / unreleased
4
+
5
+
### Packaging
6
+
7
+
Native (precompiled) gems are available for the following platforms:
8
+
9
+
-`aarch64-linux`
10
+
-`arm-linux`
11
+
-`arm64-darwin`
12
+
-`x64-mingw32` / `x64-mingw-ucrt`
13
+
-`x86-linux`
14
+
-`x86_64-darwin`
15
+
-`x86_64-linux`
16
+
17
+
See [the README](https://github.com/sparklemotion/sqlite3-ruby#native-gems-recommended) for more information.
18
+
19
+
20
+
### Rubies and Platforms
21
+
22
+
* TruffleRuby is supported.
23
+
* Apple Silicon is supported (M1, arm64-darwin).
24
+
25
+
26
+
### Added
27
+
28
+
*`SQLite3::SQLITE_LOADED_VERSION` contains the version string of the sqlite3 library that is dynamically loaded (compare to `SQLite3::SQLITE_VERSION` which is the version at compile-time).
0 commit comments