Skip to content

Commit

Permalink
Get ready for 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Feb 7, 2022
1 parent 2d86007 commit 41c93ec
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

## Master (unreleased)

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

* Avoid mutating string literals. [#292][] by [@tomgilligan][]
* Allow activesupport 7.0. [#314][] by [@tagliala][]
* Drop ruby 2.5 support. [#315][] by [@alejandroperea][]
* Fix keyword delegation in form component. [#318][] by [@deivid-rodriguez][]

## 1.4.0 [](https://github.com/activeadmin/arbre/compare/v1.3.0...v1.4.0)

Expand Down Expand Up @@ -100,11 +105,15 @@ Initial release and extraction from Active Admin
[#202]: https://github.com/activeadmin/arbre/pull/202
[#205]: https://github.com/activeadmin/arbre/pull/205
[#242]: https://github.com/activeadmin/arbre/pull/242
[#292]: https://github.com/activeadmin/arbre/pull/292
[#314]: https://github.com/activeadmin/arbre/pull/314
[#315]: https://github.com/activeadmin/arbre/pull/315
[#318]: https://github.com/activeadmin/arbre/pull/318

[@aramvisser]: https://github.com/aramvisser
[@LTe]: https://github.com/LTe
[@OscarBarrett]: https://github.com/OscarBarrett
[@alejandroperea]: https://github.com/alejandroperea
[@alexesDev]: https://github.com/alexesDev
[@deivid-rodriguez]: https://github.com/deivid-rodriguez
[@dlackty]: https://github.com/dlackty
Expand All @@ -117,3 +126,4 @@ Initial release and extraction from Active Admin
[@timoschilling]: https://github.com/timoschilling
[@varyonic]: https://github.com/varyonic
[@tagliala]: https://github.com/tagliala
[@tomgilligan]: https://github.com/tomgilligan
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.4.0)
arbre (1.5.0)
activesupport (>= 3.0.0, < 7.1)
ruby2_keywords (>= 0.0.2, < 1.0)

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.4.0)
arbre (1.5.0)
activesupport (>= 3.0.0, < 7.1)
ruby2_keywords (>= 0.0.2, < 1.0)

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.4.0"
VERSION = "1.5.0"
end

0 comments on commit 41c93ec

Please sign in to comment.