We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ed7797 + b93f6cf commit 52cb2ceCopy full SHA for 52cb2ce
CHANGES.md
@@ -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
+
10
1.7.1
11
-----
12
* Fix for frozen string error (#382)
lib/rails_erd/version.rb
@@ -1,4 +1,4 @@
module RailsERD
- VERSION = "1.7.1"
+ VERSION = "1.7.2"
BANNER = "RailsERD #{VERSION}"
end
0 commit comments