We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7d761 commit 0686795Copy full SHA for 0686795
.gitignore
@@ -13,3 +13,4 @@ tmp/
13
*.lock
14
tmp/
15
.ruby-*
16
+*.iml
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
+
8
### 7.0.0
9
Closure Tree is now tested against Rails 5.2
10
lib/closure_tree/version.rb
@@ -1,3 +1,3 @@
module ClosureTree
- VERSION = Gem::Version.new('7.0.0')
+ VERSION = Gem::Version.new('7.1.0')
end
0 commit comments