Skip to content

Commit

Permalink
Merge pull request #330 from voormedia/kerrizor/release-1.6.0
Browse files Browse the repository at this point in the history
Release 1.6.0
  • Loading branch information
kerrizor committed May 14, 2019
2 parents 360fc51 + d4d3027 commit 0fbb1cd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGES.md
@@ -1,6 +1,22 @@
1.6.0
-----
* Dropping support for Ruby < 2.2 and Rails < 4.2 (#323)
* Added early support for Rails 6.0 (#329)
* Documentation updates (#268, #269, #276, #288, #295)
* Removed restriction that allowed to exclude only models from a diagram (#279)
* Added additional margins to cluster (#280)
* Deprecate safe_level of ERB.new in Ruby 2.6 (#297)
* Fixed only_recursion_depth option failure when used from rake erd task (#266, #324)
* Allow extra config files to be listed via cli (#275, #326)
* Fixed long-standing segfault issue by removing identifier from association_identity (#296, #327)
* Fix for bug when parameter to only option is a single model (#300, #328)
* Properly handle custom version classes. (#304, #325)
* Fixed a warning from Ruby RE ambiguous arguments (#315)
* Updated gem dependencies (#311, #313)

1.5.2
-----
* Disable calls to `eager_load_namespaces` < Rails 5 (#263)
* Disable calls to `eager_load_namespaces` < Rails 5 (#263)

1.5.1
-----
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_erd/version.rb
@@ -1,4 +1,4 @@
module RailsERD
VERSION = "1.5.2"
VERSION = "1.6.0"
BANNER = "RailsERD #{VERSION}"
end

0 comments on commit 0fbb1cd

Please sign in to comment.