Skip to content

chore: bump version 0.11.2 #1922

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2025
Merged

chore: bump version 0.11.2 #1922

merged 1 commit into from
Apr 18, 2025

Conversation

zong-zhe
Copy link
Contributor

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

  • N
  • Y

2. What is the scope of this PR (e.g. component or file name):

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Other

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

  • N
  • Y

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

  • Unit test
  • Integration test
  • Benchmark (add benchmark stats below)
  • Manual test (add detailed scripts or steps below)
  • Other

@zong-zhe zong-zhe added the chore label Apr 18, 2025
@zong-zhe zong-zhe added this to the v1.0 Release milestone Apr 18, 2025
@zong-zhe zong-zhe requested review from He1pa and Copilot April 18, 2025 08:33
@zong-zhe zong-zhe self-assigned this Apr 18, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR bumps the version of the KCL packages from 0.11.1 to 0.11.2 across multiple Cargo.toml files to maintain consistency.

  • Updated version in kclvm-runtime
  • Updated version in kclvm-runner, kclvm-query, kclvm-parser, and other related packages

Reviewed Changes

Copilot reviewed 28 out of 30 changed files in this pull request and generated no comments.

Show a summary per file
File Description
kclvm/runtime/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/runner/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/query/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/parser/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/macros/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/loader/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/lexer/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/evaluator/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/error/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/driver/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/config/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/compiler/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/cmd/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/ast_pretty/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/ast/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/api/Cargo.toml Bumped version from 0.11.1 to 0.11.2
kclvm/Cargo.toml Bumped version from 0.11.1 to 0.11.2
cli/Cargo.toml Bumped version from 0.11.1 to 0.11.2
Files not reviewed (2)
  • VERSION: Language not supported
  • kclvm/api/src/testdata/dep/sub_dep/kcl.mod: Language not supported

Copy link
Contributor

@He1pa He1pa left a comment

Choose a reason for hiding this comment

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

lgtm

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 14532335640

Details

  • 2 of 7 (28.57%) changed or added relevant lines in 1 file are covered.
  • 16 unchanged lines in 5 files lost coverage.
  • Overall coverage decreased (-0.02%) to 70.579%

Changes Missing Coverage Covered Lines Changed/Added Lines %
kclvm/tools/src/LSP/src/compile.rs 2 7 28.57%
Files with Coverage Reduction New Missed Lines %
kclvm/sema/src/advanced_resolver/node.rs 1 84.97%
kclvm/sema/src/core/scope.rs 3 68.4%
kclvm/sema/src/core/symbol.rs 3 53.56%
kclvm/config/src/settings.rs 4 72.21%
kclvm/ast/src/ast.rs 5 69.46%
Totals Coverage Status
Change from base Build 14532216264: -0.02%
Covered Lines: 53699
Relevant Lines: 76084

💛 - Coveralls

@zong-zhe zong-zhe merged commit 48c6244 into main Apr 18, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants