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 9f9b1ae commit 02e02fdCopy full SHA for 02e02fd
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### Version 3.1.0
2
+- Rails 7 support
3
+
4
### Version 3.0.0
5
- BREAKING: Dropped support for Rails < 5.2
6
- BREAKING: Increased minimum Ruby version to 2.5
lib/acts_as_recursive_tree/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActsAsRecursiveTree
- VERSION = '3.0.0'
+ VERSION = '3.1.0'
end
0 commit comments