Skip to content

Commit cccd786

Browse files
committed
Release 2.1.0
1 parent e2ee130 commit cccd786

6 files changed

Lines changed: 14 additions & 4 deletions

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 2.1.0
4+
5+
* Add support for attribute grouping ([#79][])
6+
* Add Selectize support for the select boxes ([#64][])
7+
8+
[#79]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/79
9+
[#64]: https://github.com/nickcharlton/administrate-field-nested_has_many/pull/64
10+
311
## 2.0.0
412

513
* Add CONTRIBUTING (#78)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Please let us know if you detect other incompatibilities:
1414

1515
| `nested_has_many` | Administrate |
1616
|-------------------|---------------|
17+
| v2.1.0 | v0.20.0 |
18+
| v2.0.0 | up to v0.19 |
1719
| v1.3.0 | up to v0.15 |
1820
| `#726d8gc` | from v0.16 |
1921
| `master` | up to v0.19.0 |

administrate-field-nested_has_many.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
22

33
Gem::Specification.new do |gem|
44
gem.name = "administrate-field-nested_has_many"
5-
gem.version = "2.0.0"
5+
gem.version = "2.1.0"
66
gem.authors = ["Nick Charlton", "Grayson Wright"]
77
gem.email = ["nick@nickcharlton.net", "wright.grayson@gmail.com"]
88
gem.homepage = "https://github.com/nickcharlton/" \

gemfiles/administrate_0.19.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
administrate-field-nested_has_many (2.0.0)
4+
administrate-field-nested_has_many (2.1.0)
55
administrate (>= 0.19, < 1)
66
cocoon (~> 1.2, >= 1.2.11)
77

gemfiles/administrate_0.20.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
administrate-field-nested_has_many (2.0.0)
4+
administrate-field-nested_has_many (2.1.0)
55
administrate (>= 0.19, < 1)
66
cocoon (~> 1.2, >= 1.2.11)
77

gemfiles/administrate_main.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GIT
1515
PATH
1616
remote: ..
1717
specs:
18-
administrate-field-nested_has_many (2.0.0)
18+
administrate-field-nested_has_many (2.1.0)
1919
administrate (>= 0.19, < 1)
2020
cocoon (~> 1.2, >= 1.2.11)
2121

0 commit comments

Comments
 (0)