Skip to content

Commit 1e6681c

Browse files
committed
prepare for 0.1.0 release
1 parent e03b700 commit 1e6681c

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,21 @@
22

33
This file tracks the major changes in each release.
44

5-
## [Unreleased]
5+
## [0.1.0] - 2025-08-14
66

77
### Added
88
- Support for OpenAI and local AI providers
99
- SQL safety checks with table allowlists and EXPLAIN analysis
1010
- Automatic policy enforcement for row-level security
1111
- Query performance monitoring and caching
1212
- CI setup for multiple Ruby and Rails versions
13-
14-
### Changed
15-
- Simplified the SQL linter to work better with different database adapters
16-
- Improved the query compiler with better Arel integration
17-
- Cleaner error messages and logging
18-
19-
## [0.1.0] - 2024-08-10
20-
21-
### Added
2213
- Basic gem structure and setup
2314
- Core Query class with SQL generation and safety checks
2415
- Simple query validation using dry-schema
2516
- Local query planning and compilation
2617
- MIT license and initial docs
18+
19+
### Changed
20+
- Simplified the SQL linter to work better with different database adapters
21+
- Improved the query compiler with better Arel integration
22+
- Cleaner error messages and logging

0 commit comments

Comments
 (0)