Skip to content

Prepare v1.1.0 release#235

Merged
kirich1409 merged 1 commit into
developfrom
chore/prepare-v1.1.0-release
Jun 3, 2026
Merged

Prepare v1.1.0 release#235
kirich1409 merged 1 commit into
developfrom
chore/prepare-v1.1.0-release

Conversation

@kirich1409

Copy link
Copy Markdown
Contributor

Summary

README check

Searched for hardcoded library versions (1.0.0) and JDK/Java 21 requirements — none found. README untouched.

Not included

Do not merge — CI must pass first.

- Bump VERSION_NAME from 1.1.0-SNAPSHOT to 1.1.0
- Add CHANGELOG entry for v1.1.0 (JDK 17 downgrade, Plugin Portal publishing)
- Update comparison links in CHANGELOG footer
Copilot AI review requested due to automatic review settings June 3, 2026 19:11
@qodo-code-review

Copy link
Copy Markdown

Review Summary by Qodo

Prepare v1.1.0 release

Grey Divider

Walkthroughs

Description
• Bump VERSION_NAME from 1.1.0-SNAPSHOT to 1.1.0
• Add CHANGELOG entry for v1.1.0 release with two key changes
  - JDK 17 downgrade for wider consumer compatibility
  - Gradle Plugin Portal publishing via dedicated workflow
• Update CHANGELOG comparison links for v1.1.0 release
Diagram
flowchart LR
  A["Version 1.1.0-SNAPSHOT"] -->|Bump Version| B["Version 1.1.0"]
  B -->|Update CHANGELOG| C["Add Release Entry"]
  C -->|Document Changes| D["JDK 17 Downgrade & Plugin Portal"]
  B -->|Update Links| E["Comparison Links"]

Loading

Grey Divider

File Changes

1. gradle.properties ⚙️ Configuration changes +1/-1

Bump version to 1.1.0 release

• Update VERSION_NAME from 1.1.0-SNAPSHOT to 1.1.0
• Marks the official release version for publication

gradle.properties


2. CHANGELOG.md 📝 Documentation +9/-1

Add v1.1.0 release notes and update links

• Add new [1.1.0] section dated 2026-06-03 with two Changed entries
• Document JDK 17 downgrade from 21 for improved compatibility (#233)
• Document Gradle Plugin Portal publishing via dedicated workflow (#228, #231)
• Update [Unreleased] comparison link to point from v1.1.0...HEAD
• Add new [1.1.0] comparison link pointing to v1.0.0...v1.1.0

CHANGELOG.md


Grey Divider

Qodo Logo

@qodo-code-review

qodo-code-review Bot commented Jun 3, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Qodo Logo

Copilot AI 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

Prepares the repository for the v1.1.0 release by moving the build version from a snapshot to a release version and recording the release notes in the changelog.

Changes:

  • Bump VERSION_NAME from 1.1.0-SNAPSHOT to 1.1.0 for the release.
  • Add a 1.1.0 changelog section dated 2026-06-03 and update comparison links.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
gradle.properties Updates VERSION_NAME to the 1.1.0 release value.
CHANGELOG.md Adds the 1.1.0 release notes and updates footer compare links.

Comment thread CHANGELOG.md
### Changed

- Lowered the minimum supported JDK / JVM bytecode target from 21 to 17. Featured artifacts now target JVM 17, widening consumer compatibility — projects on JDK 17 toolchains can now consume the library. Consumers on newer JDKs are unaffected. (#233)
- The Gradle plugin and its plugin marker artifact are now published to the Gradle Plugin Portal via a dedicated workflow; the Maven Central listing is kept free of plugin-marker artifacts. (#228, #231)

@cubic-dev-ai cubic-dev-ai Bot 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.

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="CHANGELOG.md">

<violation number="1" location="CHANGELOG.md:13">
P3: "its plugin marker artifact" should be plural — Gradle publishes one marker artifact per plugin ID registered in `gradlePlugin {}`. Use "its plugin marker artifacts" for accuracy (the second half of this sentence already uses the plural correctly).</violation>
</file>

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread CHANGELOG.md
### Changed

- Lowered the minimum supported JDK / JVM bytecode target from 21 to 17. Featured artifacts now target JVM 17, widening consumer compatibility — projects on JDK 17 toolchains can now consume the library. Consumers on newer JDKs are unaffected. (#233)
- The Gradle plugin and its plugin marker artifact are now published to the Gradle Plugin Portal via a dedicated workflow; the Maven Central listing is kept free of plugin-marker artifacts. (#228, #231)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P3: "its plugin marker artifact" should be plural — Gradle publishes one marker artifact per plugin ID registered in gradlePlugin {}. Use "its plugin marker artifacts" for accuracy (the second half of this sentence already uses the plural correctly).

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At CHANGELOG.md, line 13:

<comment>"its plugin marker artifact" should be plural — Gradle publishes one marker artifact per plugin ID registered in `gradlePlugin {}`. Use "its plugin marker artifacts" for accuracy (the second half of this sentence already uses the plural correctly).</comment>

<file context>
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
+### Changed
+
+- Lowered the minimum supported JDK / JVM bytecode target from 21 to 17. Featured artifacts now target JVM 17, widening consumer compatibility — projects on JDK 17 toolchains can now consume the library. Consumers on newer JDKs are unaffected. (#233)
+- The Gradle plugin and its plugin marker artifact are now published to the Gradle Plugin Portal via a dedicated workflow; the Maven Central listing is kept free of plugin-marker artifacts. (#228, #231)
+
 ## [1.0.0] - 2026-05-30
</file context>
Suggested change
- The Gradle plugin and its plugin marker artifact are now published to the Gradle Plugin Portal via a dedicated workflow; the Maven Central listing is kept free of plugin-marker artifacts. (#228, #231)
- The Gradle plugin and its plugin marker artifacts are now published to the Gradle Plugin Portal via a dedicated workflow; the Maven Central listing is kept free of plugin-marker artifacts. (#228, #231)

@kirich1409 kirich1409 merged commit 6a0ef5e into develop Jun 3, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants