Skip to content

Commit a9d919a

Browse files
committed
Let's go to v6.1.0 given it isn't just bugfixes, but support for rails 5.
1 parent 27f7a13 commit a9d919a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3-
### 6.0.1
3+
### 6.1.0
44

5+
* Added official support for ActiveRecord 5.0! Thanks to [Abdelkader Boudih](https://github.com/seuros),
6+
[Jay Fredlund](https://github.com/jayfredlund), Veselin Stoyanov, and
7+
[Aaron Russell](https://github.com/aaronrussell) for all the PRs.
58
* Add `database_less` configuration to not raise an error during build step when
69
database is unavailable which is a common case in some PaaS like
710
(Heroku, Catalyze, ..., etc).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Closure_tree lets your ActiveRecord models act as nodes in a [tree data structure](http://en.wikipedia.org/wiki/Tree_%28data_structure%29)
44

5-
Common applications include modeling hierarchical data, like tags, page graphs in CMSes,
5+
Common applications include modeling hierarchical data, like tags, threaded comments, page graphs in CMSes,
66
and tracking user referrals.
77

88
[![Build Status](https://secure.travis-ci.org/mceachen/closure_tree.png?branch=master)](http://travis-ci.org/mceachen/closure_tree)

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

0 commit comments

Comments
 (0)