Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Nov 14, 2024
1 parent 11875b1 commit 40eb61d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Unreleased version

3.8.0
* Support Rails 8.0 [Takuya N](https://github.com/collectiveidea/awesome_nested_set/pull/487)
* Enable Rubygems Trusted Publishing

3.7.0
* Teach #move_to_child_of and #move_to_child_with_index to accept :root as a parameter [Micah Geisel](https://github.com/botandrose)
* Add #roots method [Micah Geisel](https://github.com/botandrose)
Expand Down
2 changes: 1 addition & 1 deletion lib/awesome_nested_set/version.rb
Original file line number Diff line number Diff line change
@@ -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 comments on commit 40eb61d

Please sign in to comment.