chore: prepare SMT v1.4.0 release - #249
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the SMT repository for the v1.4.0 release by updating the source version and aligning public-facing documentation (README, release checklist, changelog) with the expanded deterministic DDL surface and the release/validation workflow.
Changes:
- Updated the documented release target and CLI/public API descriptions to reflect the v1.4.0 scope (including drift and schema-evolution DDL).
- Bumped the in-repo application version to
1.4.0. - Added a v1.4.0 changelog section and updated release documentation (assets, Go requirement, and checklist commands).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updates release-target messaging and expands the documented public schema API and CLI surface (adds drift, updates v1.4 contract reference). |
| internal/version/version.go | Bumps the compiled default version string to 1.4.0. |
| docs/release-checklist.md | Updates checklist to v1.4.0, clarifies scope, artifacts, required Go version, and the validation/release steps. |
| CHANGELOG.md | Adds the 1.4.0 release section and link reference for v1.4.0 release notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
go test ./... -count=1go test -race ./... -count=1go vet ./...golangci-lint rungo mod tidy -diffmake test-so2010(9/9 tables)make test-crm-acceptance(9/9 engine pairs)make test-live-aiVERSION=v1.4.0 make release-checksumssmt version v1.4.0The release remains described as a target until this PR is merged, exact-commit CI passes, and the annotated tag/assets are published.