We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a847c3 commit f03ebd7Copy full SHA for f03ebd7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### 6.5.0
4
+
5
+* Merged [PR 258](https://github.com/mceachen/closure_tree/pull/258) which improves hierarchy maintenance with large trees.
6
+ Thanks, [Nikolay Bekirov](https://github.com/nbekirov)!
7
8
### 6.4.0
9
10
* Merged [PR 236](https://github.com/mceachen/closure_tree/pull/236) which adds documentation for `has_closure_tree_root`.
lib/closure_tree/version.rb
@@ -1,3 +1,3 @@
module ClosureTree
- VERSION = Gem::Version.new('6.4.0')
+ VERSION = Gem::Version.new('6.5.0')
end
0 commit comments