Skip to content

Commit 0fbb1cd

Browse files
authored
Merge pull request #330 from voormedia/kerrizor/release-1.6.0
Release 1.6.0
2 parents 360fc51 + d4d3027 commit 0fbb1cd

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGES.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1+
1.6.0
2+
-----
3+
* Dropping support for Ruby < 2.2 and Rails < 4.2 (#323)
4+
* Added early support for Rails 6.0 (#329)
5+
* Documentation updates (#268, #269, #276, #288, #295)
6+
* Removed restriction that allowed to exclude only models from a diagram (#279)
7+
* Added additional margins to cluster (#280)
8+
* Deprecate safe_level of ERB.new in Ruby 2.6 (#297)
9+
* Fixed only_recursion_depth option failure when used from rake erd task (#266, #324)
10+
* Allow extra config files to be listed via cli (#275, #326)
11+
* Fixed long-standing segfault issue by removing identifier from association_identity (#296, #327)
12+
* Fix for bug when parameter to only option is a single model (#300, #328)
13+
* Properly handle custom version classes. (#304, #325)
14+
* Fixed a warning from Ruby RE ambiguous arguments (#315)
15+
* Updated gem dependencies (#311, #313)
16+
117
1.5.2
218
-----
3-
* Disable calls to `eager_load_namespaces` < Rails 5 (#263)
19+
* Disable calls to `eager_load_namespaces` < Rails 5 (#263)
420

521
1.5.1
622
-----

lib/rails_erd/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module RailsERD
2-
VERSION = "1.5.2"
2+
VERSION = "1.6.0"
33
BANNER = "RailsERD #{VERSION}"
44
end

0 commit comments

Comments
 (0)