Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Mar 2, 2023
1 parent 61a4436 commit 0776fcf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

## 2.3.0

### Added
- Implement multi-statement support on the Ruby binding.
- Add `#connection_options` method to Ruby binding.
- Implement multi-statement support on the Ruby binding. #35
- Add `#connection_options` method to Ruby binding. #48
- Introduced a variety of more detailed error classes. #15 and #41

### Changed
- Cast to Integer rather than BigDecimal for column types without decimal digits. #37
- Error codes 1044-1045, 1064, 1152-1161, 1205, and 1927 recategorized as `ConnectionError`. #15

## 2.2.0

Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
trilogy (2.2.0)
trilogy (2.3.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion contrib/ruby/lib/trilogy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Trilogy
VERSION = "2.2.0"
VERSION = "2.3.0"
end

0 comments on commit 0776fcf

Please sign in to comment.