Skip to content

Commit 0ae4bf1

Browse files
authored
Release 3.0.0 (#155)
* Update ChangeLog for version 3.0.0 release - Remove partial_delete API (#153) - Support trino type query. Add CI test for Ruby 3.3 & 3.4 (#152) - Clean up test certs (#149) - Update API responses for table list, schedule list, result list, database list APIs - Add id, user_id, and description to the /database/list API (#145) - Update webmock requirement from ~> 3.18.1 to ~> 3.25.1 (#150) - Remove old CI badges from README (#143) - Add Circleci with coveralls support (#141) * Bump version to 3.0.0 * Remove CI-related changes from changelog - Remove old CI badges from README (#143) - Add Circleci with coveralls support (#141) - Also remove mention of CI test additions from Ruby 3.3 & 3.4 support * Reconcile ChangeLog * Remove reverted PRs from ChangeLog * Remove test related ChangeLog
1 parent f7a2ebe commit 0ae4bf1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
== 2025-08-05 version 3.0.0
2+
3+
* Remove partial_delete API (#153)
4+
5+
* Support trino type query (#152)
6+
17
== 2023-07-11 version 2.0.0
28

39
* v3 core utilization API removal

lib/td/client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module TreasureData
22
class Client
3-
VERSION = '2.0.0'
3+
VERSION = '3.0.0'
44
end
55
end

0 commit comments

Comments
 (0)