Skip to content

Commit e23e630

Browse files
committed
v6.3.0
1 parent 5a62b87 commit e23e630

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 6.3.0
4+
5+
* `prepend_child` [handles invalid children properly now](https://github.com/mceachen/closure_tree/issues/249).
6+
Thanks [Amit Saxena](https://github.com/amitsaxena)!
7+
* Dropped official support for jruby and ruby 2.0 (no code was changed)
8+
39
### 6.2.0
410

511
* Fix for [MySQL lock lengths](https://github.com/mceachen/closure_tree/issues/231).

lib/closure_tree/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ClosureTree
2-
VERSION = Gem::Version.new('6.2.0')
2+
VERSION = Gem::Version.new('6.3.0')
33
end

0 commit comments

Comments
 (0)