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 09da5ed + 375d89c commit 484df63Copy full SHA for 484df63
CHANGES.md
@@ -1,3 +1,13 @@
1
+1.4.1
2
+-----
3
+
4
+* Improved travis-ci testing
5
+* Improved speed of Attribute#from_model (#145)
6
+* Fixed a long-standing bug in rake task (#149)
7
+* Fixed 'No entities found' error when using filter (#152)
8
+* Prevent deprecation warning by specifying test order (#153)
9
+* Updated CODE_OF_CONDUCT
10
11
1.4.0
12
-----
13
lib/rails_erd/version.rb
@@ -1,4 +1,4 @@
module RailsERD
- VERSION = "1.4.0"
- BANNER = "RailsERD #{VERSION}"
+ VERSION = "1.4.1"
+ BANNER = "RailsERD #{VERSION}"
end
0 commit comments