We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11875b1 commit 40eb61dCopy full SHA for 40eb61d
CHANGELOG
@@ -1,5 +1,9 @@
1
Unreleased version
2
3
+3.8.0
4
+* Support Rails 8.0 [Takuya N](https://github.com/collectiveidea/awesome_nested_set/pull/487)
5
+* Enable Rubygems Trusted Publishing
6
+
7
3.7.0
8
* Teach #move_to_child_of and #move_to_child_with_index to accept :root as a parameter [Micah Geisel](https://github.com/botandrose)
9
* Add #roots method [Micah Geisel](https://github.com/botandrose)
lib/awesome_nested_set/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module AwesomeNestedSet
- VERSION = '3.7.0' unless defined?(::AwesomeNestedSet::VERSION)
+ VERSION = '3.8.0' unless defined?(::AwesomeNestedSet::VERSION)
end
0 commit comments