Skip to content

Commit

Permalink
Release v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Oct 11, 2024
1 parent 2010e23 commit d22ed28
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased

## 2.9.0

### Added

- Add support for the VECTOR type. #194

### Changed
- Mark C-extension as Ractor-safe. #192

### Fixed

- Fix bug allowing queries larger than the configured `max_allowed_packet`. #203
- Restore error message context that was accidentally removed. #187

## 2.8.1

### 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.8.1)
trilogy (2.9.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.8.1"
VERSION = "2.9.0"
end

0 comments on commit d22ed28

Please sign in to comment.