Skip to content

Commit 40eb61d

Browse files
Update changelog and bump version
1 parent 11875b1 commit 40eb61d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Unreleased version
22

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+
37
3.7.0
48
* Teach #move_to_child_of and #move_to_child_with_index to accept :root as a parameter [Micah Geisel](https://github.com/botandrose)
59
* Add #roots method [Micah Geisel](https://github.com/botandrose)

lib/awesome_nested_set/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module AwesomeNestedSet
4-
VERSION = '3.7.0' unless defined?(::AwesomeNestedSet::VERSION)
4+
VERSION = '3.8.0' unless defined?(::AwesomeNestedSet::VERSION)
55
end

0 commit comments

Comments
 (0)