We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bbbf1 commit 26a0753Copy full SHA for 26a0753
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+
4
+### 7.3.0
5
+- Ruby 3.0 support
6
7
### 7.2.0
8
- Ruby 2.7 support
9
- Ordering raw SQL argument wrapped with Arel.sql
lib/closure_tree/version.rb
@@ -1,3 +1,3 @@
module ClosureTree
- VERSION = Gem::Version.new('7.2.0')
+ VERSION = Gem::Version.new('7.3.0')
end
0 commit comments