Skip to content

chore(release): v2.0.0 - #1783

Open
plc-automated-release[bot] wants to merge 1 commit into
masterfrom
release/next
Open

chore(release): v2.0.0#1783
plc-automated-release[bot] wants to merge 1 commit into
masterfrom
release/next

Conversation

@plc-automated-release

@plc-automated-release plc-automated-release Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Release v2.0.0

Bumps all workspace packages from v1.1.0-dev → v2.0.0.

Review the updated CHANGELOG.md for a full list of changes.


Merge this PR to trigger tagging and GitHub release creation.

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown

Release Preview

This is the GitHub release that would be published if this PR were merged now.

  • Title: RuSTy PLC Compiler 2.0.0
  • Tag: v2.0.0
  • Previous tag: v1.0.0
Rendered release

RuSTy PLC Compiler 2.0.0

This release publishes v2.0.0.

Below is the changelog since v1.0.0.

2.0.0 - 2026-08-03

Added

Fixed

Refactored

Documentation

Expected release assets

Assets are uploaded asynchronously from the post-merge Build Linux and Build Windows runs on master.

  • plc-linux-x86_64
  • plc-linux-aarch64
  • plc.exe
  • plc-compiler_2.0.0-1_amd64.deb
  • plc-compiler_2.0.0-1_arm64.deb
  • plc-stdlib_2.0.0-1_amd64.deb
  • plc-stdlib_2.0.0-1_arm64.deb
  • stdlib-2.0.0.tar.gz
  • iec61131std.dll
  • iec61131std.lib

Linux packages prefer the native build for each target architecture.

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown

Build Artifacts

🐧 Linux

Artifact Link Size
deb-x86_64 Download 38.5 MB
schema Download 0.0 MB
stdlib Download 32.6 MB
plc-x86_64 Download 43.5 MB
deb-aarch64 Download 30.8 MB
plc-aarch64 Download 43.3 MB

From workflow run

🪟 Windows

Artifact Link Size
stdlib.lib Download 4.0 MB
stdlib.dll Download 0.1 MB
plc.exe Download 38.3 MB

From workflow run

@plc-automated-release
plc-automated-release Bot force-pushed the release/next branch 2 times, most recently from 7ec707d to 61ec38f Compare June 29, 2026 14:42
@plc-automated-release
plc-automated-release Bot force-pushed the release/next branch 9 times, most recently from 32c70d1 to ef12735 Compare July 16, 2026 09:10
@plc-automated-release
plc-automated-release Bot force-pushed the release/next branch 9 times, most recently from 17fdb7e to 50a647f Compare July 27, 2026 11:35
@plc-automated-release
plc-automated-release Bot force-pushed the release/next branch 3 times, most recently from a6b0c42 to 91e59ed Compare July 29, 2026 08:36
@plc-automated-release plc-automated-release Bot changed the title chore(release): v1.1.0 chore(release): v2.0.0 Jul 29, 2026
@plc-automated-release
plc-automated-release Bot force-pushed the release/next branch 2 times, most recently from 93e7702 to 45a0bb8 Compare July 30, 2026 12:18
@volsa volsa added the bot label Jul 30, 2026
byteatom pushed a commit to byteatom/rusty that referenced this pull request Aug 4, 2026
… parsing (PLC-lang#1835)

## Problem

The release automation proposed **v1.1.0** (PLC-lang#1783) even though a
breaking change (PLC-lang#1801, `feat!:`) landed on master since v1.0.0.

The squash commit subject of PLC-lang#1801 is literally ` feat!: changed time to
unsigned 32-bit preserving ltime as 64-bit (PLC-lang#1801)` — the PR title
carried a leading space. A subject that doesn't start with the type
fails conventional-commit parsing, and with `filter_unconventional =
true` git-cliff drops the commit entirely: it neither counts toward the
version bump nor appears in the generated `CHANGELOG.md`.
`protect_breaking_commits` can't help because the commit is never
recognized as breaking in the first place.

## Fix

Add a `commit_preprocessors` entry that strips leading whitespace from
the message before parsing.

## Verification

On current master with this change, `git-cliff --bumped-version` reports
`v2.0.0` (previously `v1.1.0`), and `git-cliff --unreleased` again lists
"Changed time to unsigned 32-bit preserving ltime as 64-bit (PLC-lang#1801)".
Isolated behavior confirmed in a scratch repo: `fix:` only → v1.0.1;
adding `" feat!:"` (leading space) → still v1.0.1; same subject without
the space → v2.0.0.

Once this lands, the next master push regenerates the release PR as
**v2.0.0** with the breaking change restored in the changelog.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to 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