Skip to content

Commit fc3d4b9

Browse files
committed
prepare release.
1 parent 88887ff commit fc3d4b9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
All notable changes to this project will be documented in this file.
44

55
# Unreleased
6+
7+
# 1.5.5.0 - 2026-03-15
68
- bump duckdb to 1.5.0 on CI.
79

810
## Breaking changes

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG RUBY_VERSION=4.0.1
22
FROM ruby:${RUBY_VERSION}
33

4-
ARG DUCKDB_VERSION=1.4.4
4+
ARG DUCKDB_VERSION=1.5.0
55
ARG VALGRIND_VERSION=3.21.0
66

77
RUN apt-get update -qq && \

lib/duckdb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
module DuckDB
44
# The version string of ruby-duckdb.
55
# Currently, ruby-duckdb is NOT semantic versioning.
6-
VERSION = '1.4.4.0'
6+
VERSION = '1.5.0.0'
77
end

0 commit comments

Comments
 (0)