Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/SqlChangeTracker/SqlChangeTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>sqlct</ToolCommandName>
<PackageId>sqlct</PackageId>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
<Description>Cross-platform CLI for state-based SQL Server schema change tracking.</Description>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageTags>sql;database;schema;cli;source-control</PackageTags>
Expand Down
Loading