Update Versions - #177
Merged
Merged
Conversation
owjs3901
added a commit
that referenced
this pull request
Aug 20, 2026
cargo-semver-checks 게이트는 PR이 도입한 changepack에서만 release-type을 도출한다 (base에 이미 있는 descriptor는 게이트를 완화하지 않는다). 이 PR에는 descriptor가 없어 게이트가 Cargo.toml 버전(0.2.1, 미변경)만 보고 아래 5건을 breaking으로 차단하고 있었다. - vespertide-config: NameCase::is_snake / is_camel / is_pascal 제거 - vespertide-core: EnumValues::variant_names / to_sql_values 제거 - vespertide-exporter: 비-non_exhaustive enum Orm에 Prisma 변형 추가 - vespertide-planner: find_primary_key_removals 인자 2 -> 1 - vespertide-query: sql::helpers의 build_schema_statement / build_query_statement / apply_column_type_with_table / build_sqlite_enum_check_clause / extract_check_clauses 제거 전부 의도된 변경이므로 되돌리지 않고 0.x 기준 breaking(Minor)으로 선언한다. 0.x에서는 Minor가 cargo-semver-checks의 major에 대응하므로 게이트가 열린다. 미선언 크레이트는 changepacks가 patch로 자동 승계한다(#177 참고). 검증: `cargo semver-checks --release-type major`로 9개 크레이트 전부 "no semver update required" (exit 0).
github-actions
Bot
force-pushed
the
changepacks/main
branch
3 times, most recently
from
August 20, 2026 12:02
08b2206 to
479c76e
Compare
github-actions
Bot
force-pushed
the
changepacks/main
branch
from
August 20, 2026 12:35
479c76e to
fc2632f
Compare
github-actions
Bot
force-pushed
the
changepacks/main
branch
from
August 20, 2026 15:06
fc2632f to
ba65f06
Compare
Author
Changepacksvespertide@0.3.0 - crates/vespertide/Cargo.tomlMaybe you forgot to write the following files to the latest version vespertide-cli@0.3.0 - crates/vespertide-cli/Cargo.tomlMaybe you forgot to write the following files to the latest version vespertide-config@0.3.0 - crates/vespertide-config/Cargo.tomlMaybe you forgot to write the following files to the latest version vespertide-core@0.3.0 - crates/vespertide-core/Cargo.tomlMaybe you forgot to write the following files to the latest version vespertide-exporter@0.3.0 - crates/vespertide-exporter/Cargo.tomlMaybe you forgot to write the following files to the latest version vespertide-loader@0.3.0 - crates/vespertide-loader/Cargo.tomlMaybe you forgot to write the following files to the latest version vespertide-lsp@0.3.0 - crates/vespertide-lsp/Cargo.tomlMaybe you forgot to write the following files to the latest version vespertide-macro@0.3.0 - crates/vespertide-macro/Cargo.tomlMaybe you forgot to write the following files to the latest version vespertide-naming@0.3.0 - crates/vespertide-naming/Cargo.tomlMaybe you forgot to write the following files to the latest version vespertide-planner@0.3.0 - crates/vespertide-planner/Cargo.tomlMaybe you forgot to write the following files to the latest version vespertide-query@0.3.0 - crates/vespertide-query/Cargo.tomlMaybe you forgot to write the following files to the latest version |
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.
Changepacks
vespertide@0.2.1 → 0.3.0 - crates/vespertide/Cargo.toml
Minor
vespertide-cli@0.2.1 → 0.3.0 - crates/vespertide-cli/Cargo.toml
Minor
vespertide-config@0.2.1 → 0.3.0 - crates/vespertide-config/Cargo.toml
Minor
vespertide-core@0.2.1 → 0.3.0 - crates/vespertide-core/Cargo.toml
Minor
vespertide-exporter@0.2.1 → 0.3.0 - crates/vespertide-exporter/Cargo.toml
Minor
vespertide-loader@0.2.1 → 0.3.0 - crates/vespertide-loader/Cargo.toml
Minor
vespertide-lsp@0.2.1 → 0.3.0 - crates/vespertide-lsp/Cargo.toml
Minor
Patch
vespertide-macro@0.2.1 → 0.3.0 - crates/vespertide-macro/Cargo.toml
Minor
vespertide-naming@0.2.1 → 0.3.0 - crates/vespertide-naming/Cargo.toml
Minor
vespertide-planner@0.2.1 → 0.3.0 - crates/vespertide-planner/Cargo.toml
Minor
vespertide-query@0.2.1 → 0.3.0 - crates/vespertide-query/Cargo.toml
Minor