Skip to content

Commit f012390

Browse files
authored
Merge pull request voormedia#261 from voormedia/kerrizor/release-v1.5.1
Release v1.5.1
2 parents 5fcca1d + e030343 commit f012390

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
1.5.1
2+
-----
3+
* Improved < Ruby 2.3 support (#239)
4+
* Squashed once and for all the horizontal vs vertical orientation bugs (#241)
5+
* Added option for specifying spline types (#242)
6+
* Added a check for Graphviz installation before building out object graph (#248)
7+
* Fixed a bug in auto-generation rake task (#252)
8+
* `--cluster` option will work more reliably now! (#253)
9+
* Because it is 2017, we added Rails 5 to our official test matrix (#254)
10+
* Fixed a bug in `--only` that prevented it from working reliably (#257)
11+
* Added eager loading across all namespaces in the app (#258)
12+
* Minor improvements to tests (#228)
13+
114
1.5.0
215
-----
316
* New option of 'clustering' by namespace (#205)

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

rails-erd.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ require "rails_erd/version"
44
Gem::Specification.new do |s|
55
s.name = "rails-erd"
66
s.version = RailsERD::VERSION
7-
s.authors = ["Rolf Timmermans"]
8-
s.email = ["[email protected]"]
7+
s.authors = ["Rolf Timmermans", "Kerri Miller"]
8+
99
s.homepage = "https://github.com/voormedia/rails-erd"
1010
s.summary = "Entity-relationship diagram for your Rails models."
1111
s.description = "Automatically generate an entity-relationship diagram (ERD) for your Rails models."

0 commit comments

Comments
 (0)