Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Aug 16, 2023
1 parent 6a94f53 commit 23cf088
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2022-03-07 - 1.5.0

- FEATURE: add to_sql for easy conversion of builder to sql
- FEATURE: improve active record compat
- FEATURE: change builder to use gsub vs sub, which allows repeat clauses

2022-03-07 - 1.4.0

- PERF: Optimize multiple use param in prepared postgres 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.4.0"
VERSION = "1.5.0"
end

0 comments on commit 23cf088

Please sign in to comment.