CHANGELOG.md in duckdb-0.5.1.1 vs CHANGELOG.md in duckdb-0.6.1

- old
+ new

@@ -1,39 +1,53 @@ # ChangeLog +# 0.6.1 +- bump Ruby to 3.2.0 on CI +- fix deprected warning (double_heap is deprecated in GC.verify_compaction_references) with Ruby 3.2.0 on CI +- bump duckdb to 0.6.1 on CI +- add DuckDB::PreparedStatement#bind_hugeint_internal +- fix gem install error on M1 MacOS +- implement DuckDB.library_version +- use duckdb_value_string instead of duckdb_value_varchar if duckdb_value_string is available. +- bump Ruby to 3.2.0rc1 +- bump duckdb to 0.6.0 + +## Breaking Change +- drop duckdb <= 0.4.x. ruby-duckdb supports duckdb >= 0.5.0 + # 0.5.1.1 - bug fix: reading the boolean column # 0.5.1 -- bump duckdb 0.5.1 +- bump duckdb to 0.5.1 # 0.5.0 - update bundle version of Gemfile.lock - add ruby ucrt test on Windows - use TypedData_Wrap_Struct, TypedData_Get_Struct -- bump duckdb 0.5.0 +- bump duckdb to 0.5.0 - fix utf-8 encoding. - add DuckDB::Result#enum_dictionary_values - add DuckDB::Result#row_count, DuckDB::Result#row_size(alias of row_count). - add DuckDB::Result#column_count, DuckDB::Result#column_size(alias of column_count). ## Breaking Change - bind_varchar does not raised DuckDB::Error when the binding column is date or datetime. # 0.3.4.0 -- bump duckdb 0.3.4 +- bump duckdb to 0.3.4 # 0.3.3.0 - DuckDB::Column#type supports :decimal. -- bump duckdb 0.3.3. -- bump Ruby 2.6.10, 2.7.6, 3.0.4, 3.1.2. +- bump duckdb to 0.3.3. +- bump Ruby to 2.6.10, 2.7.6, 3.0.4, 3.1.2. # 0.3.2.0 - bind_time, bind_timestamp, bind_date, bind_timeinterval to DuckDB::PreparedStatement - bump duckdb 0.3.2 -- bump Ruby 3.1.1, add Ruby mingw in CI. -- bump Ruby 2.6.9, 2.7.5, 3.0.3 in CI. +- bump Ruby to 3.1.1, add Ruby mingw in CI. +- bump Ruby to 2.6.9, 2.7.5, 3.0.3 in CI. ## BREAKING CHANGE - drop duckdb <= 0.2.8 # 0.3.1.0