Skip to content

Commit 0db909d

Browse files
committed
doc: update CHANGELOG
[skip ci]
1 parent 739e899 commit 0db909d

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# sqlite3-ruby Changelog
22

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).
29+
30+
331
## 1.4.4 / 2022-06-14
432

533
### Fixes

0 commit comments

Comments
 (0)