Skip to content

Commit 1849486

Browse files
committed
prepare release v1.4.1.1.
1 parent 8bd2aff commit 1849486

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
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.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.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
ARG RUBY_VERSION=3.4.4
1+
ARG RUBY_VERSION=3.4.7
22
FROM ruby:${RUBY_VERSION}
33

4-
ARG DUCKDB_VERSION=1.3.1
4+
ARG DUCKDB_VERSION=1.4.1
55
ARG VALGRIND_VERSION=3.21.0
66

77
RUN apt-get update -qq && \

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
duckdb (1.4.1.0)
4+
duckdb (1.4.1.1)
55
bigdecimal (>= 3.1.4)
66

77
GEM

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.1.0'
6+
VERSION = '1.4.1.1'
77
end

0 commit comments

Comments
 (0)