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: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [0.3.0] - 2026-04-12

### Fixed
- Script schema-level permissions after schema creation and before schema extended properties.
- Match legacy non-canonical schema-less object filenames to the scripted object name when the canonical name requires percent escaping.
Expand Down Expand Up @@ -125,7 +127,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.2.1...HEAD
[Unreleased]: https://github.com/ElegantCodeAtelier/sql-change-tracker/compare/v0.3.0...HEAD
[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
[0.1.0]: https://github.com/ElegantCodeAtelier/sql-change-tracker/releases/tag/v0.1.0
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.2.1</Version>
<Version>0.3.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