Skip to content

Commit

Permalink
version bump to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 13, 2023
1 parent 55afe39 commit f3f5f90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sqlite3-ruby Changelog

## 1.6.0 / unreleased
## 1.6.0 / 2023-01-13

### Ruby

Expand Down
4 changes: 2 additions & 2 deletions lib/sqlite3/version.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module SQLite3

VERSION = "1.6.0.rc2"
VERSION = "1.6.0"

module VersionProxy
MAJOR = 1
MINOR = 6
TINY = 0
BUILD = "rc2"
BUILD = nil

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

Expand Down
1 change: 0 additions & 1 deletion rakelib/native.rake
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ namespace "gem" do
cross_platforms.each do |platform|
desc "build native gem for #{platform}"
task platform do
ENV["RCD_IMAGE"] = "ghcr.io/rake-compiler/rake-compiler-dock-snapshot:#{platform}"
RakeCompilerDock.sh(<<~EOF, platform: platform, verbose: true)
gem install bundler --no-document &&
bundle &&
Expand Down

0 comments on commit f3f5f90

Please sign in to comment.