Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Sep 23, 2024
1 parent 984269d commit e9a84a7
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

## 2.0.2 [](https://github.com/activeadmin/arbre/compare/v2.0.1...v2.0.2)

* Prefer `require_relative` for internal requires. [#622][] by [@tagliala][]

## 2.0.1 [](https://github.com/activeadmin/arbre/compare/v2.0.0...v2.0.1)

* Drop dependency on ruby2_keywords. [#578][] by [@Earlopain][]
Expand Down Expand Up @@ -141,6 +147,7 @@ Initial release and extraction from Active Admin
[#562]: https://github.com/activeadmin/arbre/pull/562
[#578]: https://github.com/activeadmin/arbre/pull/578
[#617]: https://github.com/activeadmin/arbre/pull/617
[#622]: https://github.com/activeadmin/arbre/pull/622

[@aramvisser]: https://github.com/aramvisser
[@LTe]: https://github.com/LTe
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
arbre (2.0.1)
arbre (2.0.2)
activesupport (>= 3.0.0)

GEM
Expand Down Expand Up @@ -107,7 +107,7 @@ GEM
erubi (1.13.0)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
Expand Down Expand Up @@ -244,7 +244,7 @@ GEM
rubocop (~> 1.41)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.0.5)
Expand Down Expand Up @@ -300,4 +300,4 @@ DEPENDENCIES
simplecov-cobertura

BUNDLED WITH
2.5.18
2.5.19
6 changes: 3 additions & 3 deletions gemfiles/rails_61/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
arbre (2.0.1)
arbre (2.0.2)
activesupport (>= 3.0.0)

GEM
Expand Down Expand Up @@ -91,7 +91,7 @@ GEM
erubi (1.13.0)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -235,4 +235,4 @@ DEPENDENCIES
simplecov-cobertura

BUNDLED WITH
2.5.18
2.5.19
6 changes: 3 additions & 3 deletions gemfiles/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
arbre (2.0.1)
arbre (2.0.2)
activesupport (>= 3.0.0)

GEM
Expand Down Expand Up @@ -97,7 +97,7 @@ GEM
erubi (1.13.0)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
loofah (2.22.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -234,4 +234,4 @@ DEPENDENCIES
simplecov-cobertura

BUNDLED WITH
2.5.18
2.5.19
6 changes: 3 additions & 3 deletions gemfiles/rails_71/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
arbre (2.0.1)
arbre (2.0.2)
activesupport (>= 3.0.0)

GEM
Expand Down Expand Up @@ -110,7 +110,7 @@ GEM
erubi (1.13.0)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
Expand Down Expand Up @@ -266,4 +266,4 @@ DEPENDENCIES
simplecov-cobertura

BUNDLED WITH
2.5.18
2.5.19
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 = "2.0.1"
VERSION = "2.0.2"
end

0 comments on commit e9a84a7

Please sign in to comment.