Skip to content

Commit 5fc75e9

Browse files
Prepare 2.6.1 release
1 parent 622f52b commit 5fc75e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ We no longer support Ruby 1.8 or versions of Rails/ActiveRecord older than 3.0.
7474
Moving forward we will do our best to support the latest versions of ActiveRecord and Ruby.
7575

7676
## Change Log
77+
* 2.6.1 - January 18, 2017
78+
* Avoid conflicts of `#level` method with existing column, see #57, #58, #60 -- markhgbrewster
79+
* Fix tests on rails 4.2 with ruby < 2.1 -- felixbuenemann
7780
* 2.6.0 - October 9, 2016
7881
* Add generations methods, see #56 -- markhgbrewster
7982
* 2.5.1 - September 8, 2016
@@ -146,7 +149,7 @@ Moving forward we will do our best to support the latest versions of ActiveRecor
146149
people know that 1101.1.1 has breaking differences from 1100.0. If you're
147150
adding new features, but not changing existing functionality bump the minor
148151
version, if you're shipping a bugfix, just bump the patch.
149-
2. Following the above rules, change the version found in lib/acts_as_tree/version.rb.
152+
2. Following the above rules, change the version found in lib/acts\_as\_tree/version.rb.
150153
3. Make sure the Change log in the README includes a brief summary of the versions
151154
changes, with credit to the contributors.
152155
4. Commit these changes in one "release-prep" commit (on the master branch).

lib/acts_as_tree/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActsAsTree
2-
VERSION = "2.6.0"
2+
VERSION = "2.6.1"
33
end

0 commit comments

Comments
 (0)