File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44
55# Unreleased
6+
7+ # 1.4.1.1 - 2025-11-03
68- DuckDB::Connection#appender_from_query accetps block.
79# 1.4.1.0 - 2025-11-01
810- add DuckDB::Connection#appender_from_query.
Original file line number Diff line number Diff line change 1- ARG RUBY_VERSION=3.4.4
1+ ARG RUBY_VERSION=3.4.7
22FROM ruby:${RUBY_VERSION}
33
4- ARG DUCKDB_VERSION=1.3 .1
4+ ARG DUCKDB_VERSION=1.4 .1
55ARG VALGRIND_VERSION=3.21.0
66
77RUN apt-get update -qq && \
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- duckdb (1.4.1.0 )
4+ duckdb (1.4.1.1 )
55 bigdecimal (>= 3.1.4 )
66
77GEM
Original file line number Diff line number Diff line change 33module DuckDB
44 # The version string of ruby-duckdb.
55 # Currently, ruby-duckdb is NOT semantic versioning.
6- VERSION = '1.4.1.0 '
6+ VERSION = '1.4.1.1 '
77end
You can’t perform that action at this time.
0 commit comments