Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada committed Sep 28, 2023
1 parent 41ffca7 commit 1ca968a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
trino-client-ruby
====
## 2.2.0
- Add transform_row and scalar_parser documentation and make them easier to use ([#118](https://github.com/treasure-data/trino-client-ruby/issues/118)) [[41ffca7](https://github.com/treasure-data/trino-client-ruby/commit/41ffca7)]

## 2.1.0
- Add utility for transforming Trino ROW type columns into Ruby hashes ([#117](https://github.com/treasure-data/trino-client-ruby/issues/117)) [[e14251c](https://github.com/treasure-data/trino-client-ruby/commit/e14251c)]
- Bump actions/checkout from 3 to 4 ([#116](https://github.com/treasure-data/trino-client-ruby/issues/116)) [[ebd9d9e](https://github.com/treasure-data/trino-client-ruby/commit/ebd9d9e)]
Expand Down
2 changes: 1 addition & 1 deletion lib/trino/client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
#
module Trino
module Client
VERSION = "2.1.0"
VERSION = "2.2.0"
end
end

0 comments on commit 1ca968a

Please sign in to comment.