Skip to content

Commit 70ed0b9

Browse files
committed
Prep 1.7.0 release
1 parent b706341 commit 70ed0b9

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## Master (unreleased)
44

5-
* Allow Active Support 7.1. [#537][] by [@tomascco][]
5+
## 1.7.0 [](https://github.com/activeadmin/arbre/compare/v1.6.0...v1.7.0)
6+
7+
* Remove upper bound dependency limits from gemspec. [#539][] by [@javierjulio][]
8+
* Allow ActiveSupport 7.1. [#537][] by [@tomascco][]
69

710
## 1.6.0 [](https://github.com/activeadmin/arbre/compare/v1.5.0...v1.6.0)
811

@@ -123,6 +126,7 @@ Initial release and extraction from Active Admin
123126
[#451]: https://github.com/activeadmin/arbre/pull/451
124127
[#456]: https://github.com/activeadmin/arbre/pull/456
125128
[#537]: https://github.com/activeadmin/arbre/pull/537
129+
[#539]: https://github.com/activeadmin/arbre/pull/539
126130

127131
[@aramvisser]: https://github.com/aramvisser
128132
[@LTe]: https://github.com/LTe
@@ -145,3 +149,4 @@ Initial release and extraction from Active Admin
145149
[@Ikariusrb]: https://github.com/Ikariusrb
146150
[@ngan]: https://github.com/ngan
147151
[@tomascco]: https://github.com/tomascco
152+
[@javierjulio]: https://github.com/javierjulio

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
arbre (1.6.0)
4+
arbre (1.7.0)
55
activesupport (>= 3.0.0)
66
ruby2_keywords (>= 0.0.2)
77

gemfiles/rails_61/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
arbre (1.6.0)
4+
arbre (1.7.0)
55
activesupport (>= 3.0.0)
66
ruby2_keywords (>= 0.0.2)
77

gemfiles/rails_70/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
arbre (1.6.0)
4+
arbre (1.7.0)
55
activesupport (>= 3.0.0)
66
ruby2_keywords (>= 0.0.2)
77

lib/arbre/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module Arbre
3-
VERSION = "1.6.0"
3+
VERSION = "1.7.0"
44
end

0 commit comments

Comments
 (0)