Skip to content

Commit

Permalink
Version 4.2.0
Browse files Browse the repository at this point in the history
* added strategy: materialized_path2 #571
* Added tree_view method #561 (thx @Bizcho)
* Fixed bug when errors would not undo callbacks #566 (thx @daniloisr)
* ruby 3.0 support
* rails 7.0 support (thx @chenillen, @petergoldstein)
* Documentation fixes (thx @benkoshy, @mijoharas)
  • Loading branch information
kbrock committed Jun 10, 2022
1 parent ae24dad commit 7534861
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
Doing our best at supporting [SemVer](http://semver.org/) with
a nice looking [Changelog](http://keepachangelog.com).

## Version [HEAD] <sub><sup>now</sub></sup>
## Version [4.2.0] <sub><sup>2022-06-09</sub></sup>

* added strategy: materialized_path2 [#571](https://github.com/stefankroes/ancestry/pull/571)
* Added tree_view method [#561](https://github.com/stefankroes/ancestry/pull/561) (thx @bizcho)
* Fixed bug when errors would not undo callbacks [#566](https://github.com/stefankroes/ancestry/pull/566) (thx @daniloisr)
* ruby 3.0 support
* rails 7.0 support (thx @chenillen, @petergoldstein)
* Documentation fixes (thx @benkoshy, @mijoharas)

## Version [4.1.0] <sub><sup>2021-06-25</sub></sup>

Expand Down Expand Up @@ -263,7 +270,8 @@ Missed 2 commits (which are feature adds)
* Validations


[HEAD]: https://github.com/stefankroes/ancestry/compare/v4.1.0...HEAD
[HEAD]: https://github.com/stefankroes/ancestry/compare/v4.2.0...HEAD
[4.2.0]: https://github.com/stefankroes/ancestry/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/stefankroes/ancestry/compare/v4.0.0...v4.1.0
[4.0.0]: https://github.com/stefankroes/ancestry/compare/v3.2.1...v4.0.0
[3.2.1]: https://github.com/stefankroes/ancestry/compare/v3.2.0...v3.2.1
Expand Down
2 changes: 1 addition & 1 deletion lib/ancestry/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ancestry
VERSION = '4.1.1'
VERSION = '4.2.0'
end

0 comments on commit 7534861

Please sign in to comment.