From 673693c5f516af8943fddb4e21eb367f43d4fa38 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 13 Apr 2026 09:18:28 +0000
Subject: [PATCH] chore: prepare 0.4.0 release
Agent-Logs-Url: https://github.com/ElegantCodeAtelier/sql-change-tracker/sessions/b27be550-2545-4e58-9c32-ed017ef013f9
Co-authored-by: zacateras <1332231+zacateras@users.noreply.github.com>
---
CHANGELOG.md | 5 +++--
src/SqlChangeTracker/SqlChangeTracker.csproj | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f99530..cdda2c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](https://semver.org/).
-## [Unreleased]
+## [0.4.0] - 2026-04-13
### Changed
- Replace `sqlct.config.json` with `sqlct.config.yaml` as the project configuration file; config files are now written in YAML with a header comment block containing a tool introduction, installation instructions, usage instructions, and a link to the GitHub repository.
@@ -133,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Exit codes aligned with spec: `0` (no diffs), `1` (diffs present), `2`/`3`/`4` (failure categories).
- NuGet CI publish workflow triggered on version tag push.
-[Unreleased]: https://github.com/ElegantCodeAtelier/sql-change-tracker/compare/v0.3.0...HEAD
+[Unreleased]: https://github.com/ElegantCodeAtelier/sql-change-tracker/compare/v0.4.0...HEAD
+[0.4.0]: https://github.com/ElegantCodeAtelier/sql-change-tracker/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/ElegantCodeAtelier/sql-change-tracker/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/ElegantCodeAtelier/sql-change-tracker/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/ElegantCodeAtelier/sql-change-tracker/releases/tag/v0.2.0
diff --git a/src/SqlChangeTracker/SqlChangeTracker.csproj b/src/SqlChangeTracker/SqlChangeTracker.csproj
index 5911284..436cc77 100644
--- a/src/SqlChangeTracker/SqlChangeTracker.csproj
+++ b/src/SqlChangeTracker/SqlChangeTracker.csproj
@@ -8,7 +8,7 @@
true
sqlct
sqlct
- 0.3.0
+ 0.4.0
Cross-platform CLI for state-based SQL Server schema change tracking.
MPL-2.0
sql;database;schema;cli;source-control