Skip to content

chore: Bump version to 0.3.0#66

Merged
chyroc merged 1 commit intocoze-dev:mainfrom
hanzeINGH:chore_bump_version
Mar 12, 2025
Merged

chore: Bump version to 0.3.0#66
chyroc merged 1 commit intocoze-dev:mainfrom
hanzeINGH:chore_bump_version

Conversation

@hanzeINGH
Copy link
Copy Markdown
Contributor

Change-Id: Ief76752603c8f3719c6792f2a163bcf35d05b633

Change-Id: Ief76752603c8f3719c6792f2a163bcf35d05b633
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 12, 2025

Walkthrough

This pull request updates version identifiers to reflect a new release for the coze-api artifact. The api/pom.xml file and the example/pom.xml dependency have their version numbers updated from 0.2.9 to 0.3.0. Additionally, the static version string in the UserAgentInterceptor class is updated to match the new version. No other configurations or logic changes have been introduced.

Changes

File(s) Change Summary
api/pom.xml, example/pom.xml Updated version from 0.2.9 to 0.3.0 for the coze-api artifact; in example/pom.xml, the dependency version is revised accordingly.
api/src/main/.../UserAgentInterceptor.java Updated the static final VERSION variable from "0.2.9" to "0.3.0".

Possibly related PRs

Suggested labels

chore

Poem

Hi there, I'm a rabbit with a hop so bright,
Skipping through code in the soft moonlight.
From 0.2.9 I leaped to 0.3.0 with glee,
Version upgrades set my code spirit free!
🐰💻 With each tiny tweak, I nibble and play,
Celebrating changes in a bunny-like way.


📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5a5d290 and 1f9cfb9.

📒 Files selected for processing (3)
  • api/pom.xml (1 hunks)
  • api/src/main/java/com/coze/openapi/service/utils/UserAgentInterceptor.java (1 hunks)
  • example/pom.xml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: test (Java 17 on Windows)
  • GitHub Check: test (Java 8 on macOS)
  • GitHub Check: test (Java 11 on Windows)
🔇 Additional comments (3)
api/pom.xml (1)

46-46: Version Bump Update:
The <version> element for the coze-api artifact has been updated to 0.3.0, which correctly reflects the new release. Please verify that any downstream modules or modules inheriting from this POM are also updated accordingly if necessary.

example/pom.xml (1)

19-19: Dependency Version Update:
The dependency on coze-api now uses version 0.3.0, aligning it with the artifact update in api/pom.xml. This consistency is key to ensuring the modules work in tandem with the new release.

api/src/main/java/com/coze/openapi/service/utils/UserAgentInterceptor.java (1)

27-27: Static Version Constant Update:
The static final string VERSION has been updated to "0.3.0" in the UserAgentInterceptor class. This change is consistent with the version bump in the POM files, ensuring that the client’s user agent reflects the new release.

✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@chyroc chyroc added the chore label Mar 12, 2025
@chyroc chyroc changed the title chore: bump version to 0.3.0 chore: Bump version to 0.3.0 Mar 12, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.70%. Comparing base (5a5d290) to head (1f9cfb9).
Report is 1 commits behind head on main.

@@            Coverage Diff            @@
##               main      #66   +/-   ##
=========================================
  Coverage     77.70%   77.70%           
  Complexity      321      321           
=========================================
  Files            61       61           
  Lines          1583     1583           
  Branches        102      102           
=========================================
  Hits           1230     1230           
  Misses          280      280           
  Partials         73       73           
Flag Coverage Δ Complexity Δ
unittests 77.70% <ø> (ø) 321.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ Complexity Δ
...ze/openapi/service/utils/UserAgentInterceptor.java 81.25% <ø> (ø) 7.00 <0.00> (ø)
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@chyroc chyroc merged commit e15af3d into coze-dev:main Mar 12, 2025
13 of 14 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.

2 participants