Skip to content

Commit 9528dcd

Browse files
committed
chore: release v1.1.0
1 parent ba6ae67 commit 9528dcd

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,24 @@ 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/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

0 commit comments

Comments
 (0)