Skip to content

Commit

Permalink
Release v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Jan 13, 2020
1 parent af7d761 commit 0686795
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ tmp/
*.lock
tmp/
.ruby-*
*.iml
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 7.1.0
Closure Tree is now tested against Rails 6.0
- Directly require core_ext for String#strip_heredoc[PR 350](https://github.com/ClosureTree/closure_tree/pull/350)
- Call Module#module_parent instead of deprecated #parent[PR 354](https://github.com/ClosureTree/closure_tree/pull/354)

### 7.0.0
Closure Tree is now tested against Rails 5.2

Expand Down
2 changes: 1 addition & 1 deletion lib/closure_tree/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ClosureTree
VERSION = Gem::Version.new('7.0.0')
VERSION = Gem::Version.new('7.1.0')
end

1 comment on commit 0686795

@simi
Copy link

@simi simi commented on 0686795 Jan 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for handling this @seuros!

Please sign in to comment.