Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Jan 25, 2024
1 parent 194e887 commit 2baa53f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# CHANGELOG

## 2.0.0

* Add CONTRIBUTING (#78)
* Add the thoughtbot CoC (#76)
* Add SECURITY (#77)
* Add LICENSE (#75)
* Add a script to build the changelog (#74)
* Add a bin/setup script (#73)
* Drop Administrate support below v0.19.0 (#72)
* Upgrade Ruby to v3.3.0 (#67)
* Drop SQLite development dependency (#70)
* Refresh Appraisals (properly) (#71)
* Refresh Appraisals (#69)
* Pin Administrate below 0.20.0 (#68)
* Add German locale (#53)
* Align #show pagination with 0.16.0 (#52)
* Let Administrate figure out the associations (#44)
* Avoid having to add assets to the host manifest (#45)
* Add French locale (#51)
* Fix build to work with Rails 6.1 (#47)
* Remove old compatibility (#46)
* Remind users to declare accepts_nested_attributes_for (#48)

## 1.3.0

* Cover more test cases ([#43][])
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 = "1.3.0"
gem.version = "2.0.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 (1.3.0)
administrate-field-nested_has_many (2.0.0)
administrate (>= 0.15, < 0.20.0)
cocoon (~> 1.2, >= 1.2.11)

Expand Down

0 comments on commit 2baa53f

Please sign in to comment.