Skip to content

Commit 0686795

Browse files
committed
Release v7.1.0
1 parent af7d761 commit 0686795

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ tmp/
1313
*.lock
1414
tmp/
1515
.ruby-*
16+
*.iml

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 7.1.0
4+
Closure Tree is now tested against Rails 6.0
5+
- Directly require core_ext for String#strip_heredoc[PR 350](https://github.com/ClosureTree/closure_tree/pull/350)
6+
- Call Module#module_parent instead of deprecated #parent[PR 354](https://github.com/ClosureTree/closure_tree/pull/354)
7+
38
### 7.0.0
49
Closure Tree is now tested against Rails 5.2
510

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

0 commit comments

Comments
 (0)