Skip to content

Commit

Permalink
Bump Version. Update README and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed May 27, 2016
1 parent b5be38a commit 9208103
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
3.1.0
* Ensure that nested_set queries respect the model's default_scope. [oesgalha](https://github.com/oesgalha)

3.0.5
* Fix .all_roots_valid? method when model is ordered by default

3.0.4
* Add Rails 5 support [Krzysztof Rybka](https://github.com/krzysiek1507)
* Fix .all_roots_valid? method when model is ordered by default [Adam Hodowany](https://github.com/hodak)
* Reuse the current model's connection when available [Tim Bugai] [#322](https://github.com/collectiveidea/awesome_nested_set/pull/322)

3.0.3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Awesome Nested Set is an implementation of the nested set pattern for ActiveRecord models.
It is a replacement for acts_as_nested_set and BetterNestedSet, but more awesome.

Version 3 supports Rails 4. Version 2 supports Rails 3. Gem versions prior to 2.0 support Rails 2.
Version 3.1 supports Rails 5 & 4. Version 2 supports Rails 3. Gem versions prior to 2.0 support Rails 2.

## What makes this so awesome?

Expand Down Expand Up @@ -239,4 +239,4 @@ You can learn more about nested sets at: http://threebit.net/tutorials/nestedset

Please see the ['Contributing' document](CONTRIBUTING.md).

Copyright © 2008 - 2014 Collective Idea, released under the MIT license
Copyright © 2008–2015 [Collective Idea](http://collectiveidea.com), released under the MIT license.
2 changes: 1 addition & 1 deletion lib/awesome_nested_set/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AwesomeNestedSet
VERSION = '3.0.3' unless defined?(::AwesomeNestedSet::VERSION)
VERSION = '3.1.0' unless defined?(::AwesomeNestedSet::VERSION)
end

0 comments on commit 9208103

Please sign in to comment.