Skip to content

Commit 5ad5dbb

Browse files
authored
Merge pull request voormedia#220 from voormedia/kerrizor/release-1.5.0
Release 1.5.0
2 parents a75d23c + f1f74e3 commit 5ad5dbb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.5.0
2+
-----
3+
* New option of 'clustering' by namespace (#205)
4+
* Support for 'only_models_include_depth' option (#219)
5+
* Added basic support for non-Rails apps (#208)
6+
* Avoid duplicate specializations when using STI with an abstract base class (#211)
7+
* Fixed Ruby 2.1 deprecation warnings (#209)
8+
* Fixes to tests (#210, #213)
9+
* Various documentation fixes (#203, #212)
10+
111
1.4.7
212
-----
313
* Fixed grouping of associations (#190)

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.4.7"
2+
VERSION = "1.5.0"
33
BANNER = "RailsERD #{VERSION}"
44
end

0 commit comments

Comments
 (0)