Skip to content

Commit

Permalink
Early prep for v2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
javierjulio committed Jul 21, 2023
1 parent 1c3909a commit 7fe54ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Master (unreleased)
## Master (unreleased) - BREAKING CHANGES for v2

* Include blank attributes in HTML output. [#517][] by [@javierjulio][]
* Remove table tag defaults. [#516][] by [@javierjulio][]

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

Expand Down Expand Up @@ -120,6 +123,8 @@ Initial release and extraction from Active Admin
[#345]: https://github.com/activeadmin/arbre/pull/345
[#451]: https://github.com/activeadmin/arbre/pull/451
[#456]: https://github.com/activeadmin/arbre/pull/456
[#516]: https://github.com/activeadmin/arbre/pull/516
[#517]: https://github.com/activeadmin/arbre/pull/517

[@aramvisser]: https://github.com/aramvisser
[@LTe]: https://github.com/LTe
Expand All @@ -141,3 +146,4 @@ Initial release and extraction from Active Admin
[@mynnx]: https://github.com/mynnx
[@Ikariusrb]: https://github.com/Ikariusrb
[@ngan]: https://github.com/ngan
[@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 (2.0.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.6.0)
arbre (2.0.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.6.0"
VERSION = "2.0.0"
end

0 comments on commit 7fe54ec

Please sign in to comment.