Skip to content

Commit 04e8d42

Browse files
committed
ext: update native gem packaging to add 3.2 and drop 2.6
1 parent 720a56b commit 04e8d42

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## next / unreleased
4+
5+
### Ruby
6+
7+
This release introduces native gem support for Ruby 3.2.
8+
9+
This release ends native gem support for Ruby 2.6, for which [upstream support ended 2022-04-12](https://www.ruby-lang.org/en/downloads/branches/).
10+
11+
312
## 1.5.4 / 2022-11-18
413

514
### Dependencies

rakelib/native.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require "rake/extensiontask"
66
require "rake_compiler_dock"
77
require "yaml"
88

9-
cross_rubies = ["3.1.0", "3.0.0", "2.7.0", "2.6.0"]
9+
cross_rubies = ["3.2.0", "3.1.0", "3.0.0", "2.7.0"]
1010
cross_platforms = [
1111
"aarch64-linux",
1212
"arm-linux",

0 commit comments

Comments
 (0)