Skip to content

Commit 5e69112

Browse files
committed
prep for 6.0.0
1 parent babf062 commit 5e69112

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
### 6.0.0
4+
5+
* [Andrew Kumanyaev](https://github.com/zzet) *dramatically* improved mutation performance on large trees.
6+
Thanks for the PR!
7+
* [Martin Schmidt](https://github.com/martin-schmidt) discovered and fixed build problems due to new versions
8+
of mysql2 and ammeter which broke Travis builds. Thanks for the PR!
9+
310
### 6.0.0.alpha,beta,gamma
11+
412
* Dropped support for versions of Rails 3.2 and 4.0 (which are no longer supported).
513
* Dropped support for Ruby 1.9 and JRuby 1.9 (which are no longer supported).
614
* Added support for `.hash_tree` from `.parent` and `.children`.

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.0.0.gamma')
2+
VERSION = Gem::Version.new('6.0.0')
33
end

0 commit comments

Comments
 (0)