Skip to content

Commit f03ebd7

Browse files
committed
v6.5.0
1 parent 1a847c3 commit f03ebd7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
### 6.4.0
49

510
* 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-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ClosureTree
2-
VERSION = Gem::Version.new('6.4.0')
2+
VERSION = Gem::Version.new('6.5.0')
33
end

0 commit comments

Comments
 (0)