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 8bd2aff commit 032ec81Copy full SHA for 032ec81
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.4.1.1 - 2025-11-03
8
- DuckDB::Connection#appender_from_query accetps block.
9
# 1.4.1.0 - 2025-11-01
10
- add DuckDB::Connection#appender_from_query.
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
specs:
- duckdb (1.4.1.0)
+ duckdb (1.4.1.1)
bigdecimal (>= 3.1.4)
GEM
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.1.0'
+ VERSION = '1.4.1.1'
end
0 commit comments