Skip to content

Commit 484df63

Browse files
committed
Merge pull request #154 from kerrizor/bump-to-1.4.1
Bump to 1.4.1
2 parents 09da5ed + 375d89c commit 484df63

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
1.4.0
212
-----
313

lib/rails_erd/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module RailsERD
2-
VERSION = "1.4.0"
3-
BANNER = "RailsERD #{VERSION}"
2+
VERSION = "1.4.1"
3+
BANNER = "RailsERD #{VERSION}"
44
end

0 commit comments

Comments
 (0)