Skip to content

Commit 26a0753

Browse files
committed
release 7.3.0
1 parent 22bbbf1 commit 26a0753

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
4+
### 7.3.0
5+
- Ruby 3.0 support
6+
37
### 7.2.0
48
- Ruby 2.7 support
59
- Ordering raw SQL argument wrapped with Arel.sql

lib/closure_tree/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ClosureTree
2-
VERSION = Gem::Version.new('7.2.0')
2+
VERSION = Gem::Version.new('7.3.0')
33
end

0 commit comments

Comments
 (0)