Skip to content

Commit

Permalink
Version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Sep 18, 2023
1 parent dbd1130 commit bed8602
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

## 2.6.0

### Changed

- `TCP_NODELAY` is enabled on all TCP connections #122
- `Trilogy::EOFError` is now raised for `TRILOGY_CLOSED_CONNECTION` instead
of the generic `Trilogy::QueryError` #118
- `Trilogy::SyscallError` now inherits `Trilogy::ConnectionError` #118

## 2.5.0

### Fixed
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.5.0)
trilogy (2.6.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.5.0"
VERSION = "2.6.0"
end

0 comments on commit bed8602

Please sign in to comment.