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 7567f6f + bc7d80f commit f84b8bbCopy full SHA for f84b8bb
CHANGES.md
@@ -1,3 +1,8 @@
1
+1.2.2
2
+-----
3
+
4
+* Fixes a bug in sorting abstract classes (Issues #54, #88)
5
6
1.2.1
7
-----
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rails-erd (1.2.1)
+ rails-erd (1.2.2)
activerecord (~> 3.2)
activesupport (~> 3.2)
choice (~> 0.1.6)
lib/rails_erd/version.rb
@@ -1,4 +1,4 @@
module RailsERD
- VERSION = "1.2.1"
+ VERSION = "1.2.2"
BANNER = "RailsERD #{VERSION}"
end
0 commit comments