We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88887ff commit fc3d4b9Copy full SHA for fc3d4b9
CHANGELOG.md
@@ -3,6 +3,8 @@
3
All notable changes to this project will be documented in this file.
4
5
# Unreleased
6
+
7
+# 1.5.5.0 - 2026-03-15
8
- bump duckdb to 1.5.0 on CI.
9
10
## Breaking changes
Dockerfile
@@ -1,7 +1,7 @@
1
ARG RUBY_VERSION=4.0.1
2
FROM ruby:${RUBY_VERSION}
-ARG DUCKDB_VERSION=1.4.4
+ARG DUCKDB_VERSION=1.5.0
ARG VALGRIND_VERSION=3.21.0
RUN apt-get update -qq && \
lib/duckdb/version.rb
@@ -3,5 +3,5 @@
module DuckDB
# The version string of ruby-duckdb.
# Currently, ruby-duckdb is NOT semantic versioning.
- VERSION = '1.4.4.0'
+ VERSION = '1.5.0.0'
end
0 commit comments