Skip to content

Commit 032ec81

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

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.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.

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)