Skip to content

chore: release main#65

Merged
adiman9 merged 1 commit intomainfrom
release-please--branches--main
Mar 19, 2026
Merged

chore: release main#65
adiman9 merged 1 commit intomainfrom
release-please--branches--main

Conversation

@github-actions
Copy link
Contributor

🤖 I have created a release beep boop

hyperstack: 0.5.8

0.5.8 (2026-03-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • hyperstack-interpreter bumped from 0.5.7 to 0.5.8
      • hyperstack-macros bumped from 0.5.7 to 0.5.8
      • hyperstack-server bumped from 0.5.7 to 0.5.8
hyperstack-cli: 0.5.8

0.5.8 (2026-03-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • hyperstack-interpreter bumped from 0.5.7 to 0.5.8
      • hyperstack-idl bumped from 0.1.4 to 0.1.5
hyperstack-idl: 0.1.5

0.1.5 (2026-03-19)

Bug Fixes

  • handle null discriminant in snapshot deserialization (b373cde)
  • preserve explicit discriminant_size values in IDL snapshot (9e60c87)
  • preserve explicit discriminant_size values in IDL snapshot (0ccdd91)
hyperstack-interpreter: 0.5.8

0.5.8 (2026-03-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • hyperstack-macros bumped from 0.5.7 to 0.5.8
      • hyperstack-idl bumped from 0.1.4 to 0.1.5
hyperstack-macros: 0.5.8

0.5.8 (2026-03-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • hyperstack-idl bumped from 0.1.4 to 0.1.5
hyperstack-server: 0.5.8

0.5.8 (2026-03-19)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • hyperstack-interpreter bumped from 0.5.7 to 0.5.8

This PR was generated with Release Please. See documentation.

@vercel
Copy link

vercel bot commented Mar 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
hyperstack-docs Ready Ready Preview, Comment Mar 19, 2026 11:17am

Request Review

@greptile-apps
Copy link

greptile-apps bot commented Mar 19, 2026

Greptile Summary

This is an automated release PR generated by Release Please, bumping hyperstack-idl from 0.1.40.1.5 (with bug fixes for null discriminant handling and discriminant_size preservation in IDL snapshot serialization) and cascading that version bump through all dependent crates (hyperstack-macros, hyperstack-interpreter, hyperstack-server, hyperstack-cli, and hyperstack) from 0.5.70.5.8.

  • All Cargo.toml version fields and intra-workspace dependency version pins are updated correctly and consistently
  • Cargo.lock is updated to reflect all new versions
  • All CHANGELOG.md files receive new entries for their respective version
  • hyperstack-idl/CHANGELOG.md lists the same bug fix ("preserve explicit discriminant_size values in IDL snapshot") twice under two different commit hashes (9e60c87 and 0ccdd91), indicating two commits with identical messages were included in this release
  • Packages with no changed dependencies (rust/hyperstack-sdk, typescript/react, typescript/core, etc.) are correctly left at their existing versions

Confidence Score: 5/5

  • This PR is safe to merge — it is a purely automated release commit with no logic changes.
  • All changes are version bumps and changelog updates generated by Release Please. The dependency graph is updated correctly and consistently across all Cargo.toml files and the lockfile. The only minor observation is a duplicate changelog entry in hyperstack-idl, which is cosmetic and auto-generated.
  • No files require special attention.

Important Files Changed

Filename Overview
.release-please-manifest.json Version manifest updated: hyperstack/interpreter/macros/cli/server bumped to 0.5.8, hyperstack-idl bumped to 0.1.5; SDK and TypeScript packages unchanged at 0.5.6.
Cargo.lock Lockfile updated to reflect all version bumps; only version fields changed, no dependency additions or removals.
hyperstack-idl/CHANGELOG.md Changelog for 0.1.5 added; contains two entries with identical descriptions for "preserve explicit discriminant_size values in IDL snapshot" pointing to different commit hashes.
hyperstack-idl/Cargo.toml Version bumped from 0.1.4 to 0.1.5; no other changes.
interpreter/Cargo.toml Version bumped to 0.5.8; hyperstack-macros and hyperstack-idl dependency versions updated accordingly.
hyperstack/Cargo.toml Version bumped to 0.5.8; hyperstack-interpreter, hyperstack-macros, and hyperstack-server dependency versions updated; hyperstack-sdk remains at 0.5.6.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    IDL["hyperstack-idl\n0.1.4 → 0.1.5\n(bug fixes)"]
    MACROS["hyperstack-macros\n0.5.7 → 0.5.8"]
    INTERP["hyperstack-interpreter\n0.5.7 → 0.5.8"]
    SERVER["hyperstack-server\n0.5.7 → 0.5.8"]
    CLI["hyperstack-cli\n0.5.7 → 0.5.8"]
    CORE["hyperstack\n0.5.7 → 0.5.8"]
    SDK["hyperstack-sdk\n0.5.6 (unchanged)"]

    IDL --> MACROS
    IDL --> INTERP
    MACROS --> INTERP
    INTERP --> SERVER
    INTERP --> CLI
    IDL --> CLI
    INTERP --> CORE
    MACROS --> CORE
    SERVER --> CORE
    SDK --> CORE
Loading
Prompt To Fix All With AI
This is a comment left during a code review.
Path: hyperstack-idl/CHANGELOG.md
Line: 9-11

Comment:
**Duplicate changelog entry**

The fix "preserve explicit discriminant_size values in IDL snapshot" appears twice in this changelog section with two different commit hashes (`9e60c87` and `0ccdd91`). This suggests two commits with the exact same message were included in this release (possibly a cherry-pick or re-application of a fix). While this is auto-generated by Release Please and mirrors the actual commit history, it may be worth consolidating or amending the commit messages upstream to avoid confusion for anyone reading the changelog.

How can I resolve this? If you propose a fix, please make it concise.

Last reviewed commit: "chore: release main"

Comment on lines +9 to +11
* preserve explicit discriminant_size values in IDL snapshot ([9e60c87](https://github.com/HyperTekOrg/hyperstack/commit/9e60c87ebafb1903db8e085e848ed4b29d3d7c85))
* preserve explicit discriminant_size values in IDL snapshot ([0ccdd91](https://github.com/HyperTekOrg/hyperstack/commit/0ccdd9175a5e0accfcae5973f1ae74a1b5dfbc1f))

Copy link

Choose a reason for hiding this comment

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

P2 Duplicate changelog entry

The fix "preserve explicit discriminant_size values in IDL snapshot" appears twice in this changelog section with two different commit hashes (9e60c87 and 0ccdd91). This suggests two commits with the exact same message were included in this release (possibly a cherry-pick or re-application of a fix). While this is auto-generated by Release Please and mirrors the actual commit history, it may be worth consolidating or amending the commit messages upstream to avoid confusion for anyone reading the changelog.

Prompt To Fix With AI
This is a comment left during a code review.
Path: hyperstack-idl/CHANGELOG.md
Line: 9-11

Comment:
**Duplicate changelog entry**

The fix "preserve explicit discriminant_size values in IDL snapshot" appears twice in this changelog section with two different commit hashes (`9e60c87` and `0ccdd91`). This suggests two commits with the exact same message were included in this release (possibly a cherry-pick or re-application of a fix). While this is auto-generated by Release Please and mirrors the actual commit history, it may be worth consolidating or amending the commit messages upstream to avoid confusion for anyone reading the changelog.

How can I resolve this? If you propose a fix, please make it concise.

@adiman9 adiman9 merged commit 8bc06c4 into main Mar 19, 2026
3 checks passed
@adiman9 adiman9 deleted the release-please--branches--main branch March 19, 2026 11:18
@github-actions
Copy link
Contributor Author

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