Skip to content

Commit 2baa53f

Browse files
committed
Release 2.0.0
1 parent 194e887 commit 2baa53f

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 2.0.0
4+
5+
* Add CONTRIBUTING (#78)
6+
* Add the thoughtbot CoC (#76)
7+
* Add SECURITY (#77)
8+
* Add LICENSE (#75)
9+
* Add a script to build the changelog (#74)
10+
* Add a bin/setup script (#73)
11+
* Drop Administrate support below v0.19.0 (#72)
12+
* Upgrade Ruby to v3.3.0 (#67)
13+
* Drop SQLite development dependency (#70)
14+
* Refresh Appraisals (properly) (#71)
15+
* Refresh Appraisals (#69)
16+
* Pin Administrate below 0.20.0 (#68)
17+
* Add German locale (#53)
18+
* Align #show pagination with 0.16.0 (#52)
19+
* Let Administrate figure out the associations (#44)
20+
* Avoid having to add assets to the host manifest (#45)
21+
* Add French locale (#51)
22+
* Fix build to work with Rails 6.1 (#47)
23+
* Remove old compatibility (#46)
24+
* Remind users to declare accepts_nested_attributes_for (#48)
25+
326
## 1.3.0
427

528
* Cover more test cases ([#43][])

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 = "1.3.0"
5+
gem.version = "2.0.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 (1.3.0)
4+
administrate-field-nested_has_many (2.0.0)
55
administrate (>= 0.15, < 0.20.0)
66
cocoon (~> 1.2, >= 1.2.11)
77

0 commit comments

Comments
 (0)