chore(release): version bump to 1.3.0 - #98
Merged
Merged
Conversation
CHANGELOG and server.json for the 1.3.0 release: raw-SKU BoM line items, GCP/Azure raw-SKU lookup parity, five new GCP catalog services (External IP, KMS, DNS, Pub/Sub, Firestore), published per-tool output schemas, MCP structuredContent fix, and the RC3-032 remainder fixes.
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
Version-bump PR for the 1.3.0 release: fills in the
CHANGELOG.md[Unreleased]section (empty since v1.2.0) and bumpsserver.json's version fields.Covers everything merged since v1.2.0 (2026-07-05):
estimate_bom/compare_bom_regions(feat(bom): raw-SKU line items for estimate_bom and compare_bom_regions (RC3-004, #31) #96)get_price_by_sku/get_prices_by_sku/BoM items (feat(gcp): add raw-SKU lookup parity with AWS (RC3-015, #35) #97)structuredContentpopulated on every tool response (fixes strict-client rejection)pyproject.toml's version is git-tag-derived (hatch-vcs), no edit needed there.Test plan
go build ./.../go vet ./.../go test ./...all passserver.jsonvalidated as well-formed JSONv1.3.0after merge to trigger the release pipeline (goreleaser + PyPI + Docker)