Skip to content

Commit 52cb2ce

Browse files
authored
Merge pull request voormedia#398 from voormedia/kerrizor/release-1.7.2
Bump to 1.7.2
2 parents 2ed7797 + b93f6cf commit 52cb2ce

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.7.2
2+
-----
3+
* Suppress warnings for tableless Rails models (#390)
4+
* Fix example erdconfig foreign keys (docs) (#392)
5+
* Replace CI badge from Travis to GH Actions (#393)
6+
* Fix spelling error in error msg (#394)
7+
* Handle deprecated direct_descendants (#395)
8+
* Map foreign keys & current column name to symbols (#397)
9+
110
1.7.1
211
-----
312
* Fix for frozen string error (#382)

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

0 commit comments

Comments
 (0)