Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Mar 15, 2024
1 parent e2ee130 commit cccd786
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 2.1.0

* Add support for attribute grouping ([#79][])
* Add Selectize support for the select boxes ([#64][])

[#79]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/79
[#64]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/64

## 2.0.0

* Add CONTRIBUTING (#78)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Please let us know if you detect other incompatibilities:

| `nested_has_many` | Administrate |
|-------------------|---------------|
| v2.1.0 | v0.20.0 |
| v2.0.0 | up to v0.19 |
| v1.3.0 | up to v0.15 |
| `#726d8gc` | from v0.16 |
| `master` | up to v0.19.0 |
Expand Down
2 changes: 1 addition & 1 deletion administrate-field-nested_has_many.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |gem|
gem.name = "administrate-field-nested_has_many"
gem.version = "2.0.0"
gem.version = "2.1.0"
gem.authors = ["Nick Charlton", "Grayson Wright"]
gem.email = ["[email protected]", "[email protected]"]
gem.homepage = "https://github.com/nickcharlton/" \
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/administrate_0.19.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
administrate-field-nested_has_many (2.0.0)
administrate-field-nested_has_many (2.1.0)
administrate (>= 0.19, < 1)
cocoon (~> 1.2, >= 1.2.11)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/administrate_0.20.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
administrate-field-nested_has_many (2.0.0)
administrate-field-nested_has_many (2.1.0)
administrate (>= 0.19, < 1)
cocoon (~> 1.2, >= 1.2.11)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/administrate_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GIT
PATH
remote: ..
specs:
administrate-field-nested_has_many (2.0.0)
administrate-field-nested_has_many (2.1.0)
administrate (>= 0.19, < 1)
cocoon (~> 1.2, >= 1.2.11)

Expand Down

0 comments on commit cccd786

Please sign in to comment.