Skip to content

Commit f3f5f90

Browse files
committed
version bump to v1.6.0
1 parent 55afe39 commit f3f5f90

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sqlite3-ruby Changelog
22

3-
## 1.6.0 / unreleased
3+
## 1.6.0 / 2023-01-13
44

55
### Ruby
66

lib/sqlite3/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module SQLite3
22

3-
VERSION = "1.6.0.rc2"
3+
VERSION = "1.6.0"
44

55
module VersionProxy
66
MAJOR = 1
77
MINOR = 6
88
TINY = 0
9-
BUILD = "rc2"
9+
BUILD = nil
1010

1111
STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )
1212

rakelib/native.rake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ namespace "gem" do
6969
cross_platforms.each do |platform|
7070
desc "build native gem for #{platform}"
7171
task platform do
72-
ENV["RCD_IMAGE"] = "ghcr.io/rake-compiler/rake-compiler-dock-snapshot:#{platform}"
7372
RakeCompilerDock.sh(<<~EOF, platform: platform, verbose: true)
7473
gem install bundler --no-document &&
7574
bundle &&

0 commit comments

Comments
 (0)