Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Aug 20, 2024
1 parent 7ee85bf commit 33c73e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.1", "3.0", "2.7"]
ruby: ["3.1", "3.2", "3.3"]
experimental: [false]
include:
- ruby: ruby-head
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-08-21 - 1.6.0

- FEATURE: optionaly allow encoding pg arrays efficiently
- FEATURE: decoder for pgvector

2023-08-16 - 1.5.0

- FEATURE: add to_sql for easy conversion of builder to sql
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_sql/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module MiniSql
VERSION = "1.5.0"
VERSION = "1.6.0"
end

0 comments on commit 33c73e3

Please sign in to comment.