Skip to content

Commit 1edf9d8

Browse files
committed
Bump version to 0.1.4
1 parent 790b009 commit 1edf9d8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [0.1.4] - 2026-03-08
8+
9+
### Added
10+
11+
- Support for Ruby 2.7+ and Rails 5.2+ (improved compatibility with older versions)
12+
13+
### Changed
14+
15+
- Self-referential-only models (all edges point to themselves) are now placed in a vertical column to the left of the main graph instead of floating in the force simulation
16+
- True orphan models (zero edges) continue to appear in rows above the diagram
17+
- Improved class names and table names visibility
18+
719
## [0.1.3] - 2026-03-01
820

921
### Added

lib/rails/schema/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Rails
44
module Schema
5-
VERSION = "0.1.3"
5+
VERSION = "0.1.4"
66
end
77
end

0 commit comments

Comments
 (0)