Skip to content

Commit ae09fcc

Browse files
committed
Bump changelog
1 parent b578f24 commit ae09fcc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55

66
# Changelog
77

8-
## v0.4.0 (2025-XX-XX)
8+
## v0.4.0 (2025-10-18)
99

1010
### Enhancement
11-
- Improved SQL lexing performance with other 50% [91dc464](https://github.com/elixir-dbvisor/sql/commit/91dc464242d2e644b8c7210ac79bcf5f94c35ed8).
11+
- Improved SQL lexing performance with over 50% [91dc464](https://github.com/elixir-dbvisor/sql/commit/91dc464242d2e644b8c7210ac79bcf5f94c35ed8).
1212
- Added warnings for unknown operators [5bd7ec3](https://github.com/elixir-dbvisor/sql/commit/5bd7ec391c028a592dc4c94ead7a8002113790b9).
1313
- Added SQL.map/2 and implemented enumerable for SQL [a646203](https://github.com/elixir-dbvisor/sql/commit/a646203da05bc1e59b8f0df65b1a285ab1740a6c).
1414
- Added SQL Mix.Task.Compiler for sql files [4ce5b24](https://github.com/elixir-dbvisor/sql/commit/4ce5b243d2ec36d51bc1a3e5a25802b2d4a18b79).
15+
- Added syntax highlighting when inspecting %SQL{} and in compiletime warnings.
16+
- Improved compilation times.
1517

1618
## v0.3.0 (2025-08-01)
1719

0 commit comments

Comments
 (0)