We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430438b commit 583ed2bCopy full SHA for 583ed2b
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-### NEXT
+### Version 3.5.0
2
- Added :dependent option for setting explicit deletion behaviour (issue #31)
3
- Added automatic cycle detection when supported (currently only PostgresSQL 14+) (issue #22)
4
lib/acts_as_recursive_tree/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActsAsRecursiveTree
- VERSION = '3.4.0'
+ VERSION = '3.5.0'
5
end
0 commit comments