Skip to content

chore(main): release 0.1.0 - #2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--sqlc-gen-core
Open

chore(main): release 0.1.0#2
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--sqlc-gen-core

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Nov 20, 2025

Copy link
Copy Markdown

🤖 I have created a release beepboop

0.1.0 (2026-01-12)

⚠ BREAKING CHANGES

  • Database struct replaced with CatalogBuilder, changes public API
  • schema: Public API completely restructured - SchemaBuilder removed, all type names changed, and parse_sql method signature modified
  • parse and parse_from_settings methods now take &mut self instead of self and return Result<(), _> instead of Result<Self, _>. This changes the API from a builder pattern to an in-place mutation pattern.

Features

  • add database constraints support and restructure schema parsing (692b509)
  • add runtime module for sqlc.dev plugin execution (9d11ac6)
  • add SQL schema parsing and constraint extraction (9e70009)
  • initial Rust crate for building sqlc plugins (8f35804)

Code Refactoring

  • change SchemaDef parse methods to use mutable references (299093e)
  • schema: restructure API from builder pattern to database-centric design (456835a)

This PR was generated with Release Please. See documentation.

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This is an automated release PR generated by Release Please that bumps the version to 0.1.0 and documents the initial release of the sqlc-gen-core Rust crate.

  • Version bump from 0.0.0 to 0.1.0 across all relevant files
  • Addition of CHANGELOG.md documenting three initial features
  • Consistent version updates in both Cargo.toml and Cargo.lock

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

FileDescription
Cargo.tomlUpdates package version to 0.1.0
Cargo.lockUpdates locked version to match Cargo.toml
CHANGELOG.mdAdds initial changelog with release notes for 0.1.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--sqlc-gen-core branch 2 times, most recently from dbee4a5 to 84dd5cbCompareNovember 23, 2025 06:21
@github-actions
github-actionsBotforce-pushed the release-please--branches--main--components--sqlc-gen-core branch from 84dd5cb to 78e123eCompareJanuary 12, 2026 22:23
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant