File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,24 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7- ## [ Unreleased]
7+ ## [ 1.1.0] - 2026-03-11
8+
9+ ### Added
10+ - Interactive TUI mode (#5 )
11+ - Schema versioning and migration history (#9 )
12+ - Executable migration script generation (#8 )
13+ - Support for GRANT/REVOKE permissions (#4 )
14+ - Support for Triggers (#3 )
15+ - Support for Functions and Stored Procedures (#2 )
16+ - Support for Materialized Views (#6 )
17+ - Support for PostgreSQL Views (#1 )
18+
19+ ### Changed
20+ - Moved test files from root to ` test/ ` directory for better organization
21+
22+ ### Fixed
23+ - Function diff sorting and switch logic issues
24+ - Error handling in shell completions generation
825
926## [ 0.1.0] - 2024-02-26
1027
You can’t perform that action at this time.
0 commit comments