Skip to content

Commit

Permalink
Prep 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Oct 8, 2023
1 parent b706341 commit 70ed0b9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## Master (unreleased)

* Allow Active Support 7.1. [#537][] by [@tomascco][]
## 1.7.0 [](https://github.com/activeadmin/arbre/compare/v1.6.0...v1.7.0)

* Remove upper bound dependency limits from gemspec. [#539][] by [@javierjulio][]
* Allow ActiveSupport 7.1. [#537][] by [@tomascco][]

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

Expand Down Expand Up @@ -123,6 +126,7 @@ Initial release and extraction from Active Admin
[#451]: https://github.com/activeadmin/arbre/pull/451
[#456]: https://github.com/activeadmin/arbre/pull/456
[#537]: https://github.com/activeadmin/arbre/pull/537
[#539]: https://github.com/activeadmin/arbre/pull/539

[@aramvisser]: https://github.com/aramvisser
[@LTe]: https://github.com/LTe
Expand All @@ -145,3 +149,4 @@ Initial release and extraction from Active Admin
[@Ikariusrb]: https://github.com/Ikariusrb
[@ngan]: https://github.com/ngan
[@tomascco]: https://github.com/tomascco
[@javierjulio]: https://github.com/javierjulio
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
arbre (1.6.0)
arbre (1.7.0)
activesupport (>= 3.0.0)
ruby2_keywords (>= 0.0.2)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_61/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
arbre (1.6.0)
arbre (1.7.0)
activesupport (>= 3.0.0)
ruby2_keywords (>= 0.0.2)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
arbre (1.6.0)
arbre (1.7.0)
activesupport (>= 3.0.0)
ruby2_keywords (>= 0.0.2)

Expand Down
2 changes: 1 addition & 1 deletion lib/arbre/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Arbre
VERSION = "1.6.0"
VERSION = "1.7.0"
end

0 comments on commit 70ed0b9

Please sign in to comment.