Skip to content

chore: release v0.1.8#65

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-11T01-04-56Z
Closed

chore: release v0.1.8#65
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-06-11T01-04-56Z

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 New release

  • pseudoscript-dot: 0.1.7 -> 0.1.8
  • pseudoscript-layout: 0.1.7 -> 0.1.8
  • pseudoscript-syntax: 0.1.7 -> 0.1.8
  • pseudoscript-model: 0.1.7 -> 0.1.8
  • pseudoscript-emit: 0.1.7 -> 0.1.8
  • pseudoscript-universe: 0.1.7 -> 0.1.8
  • pseudoscript-doc: 0.1.7 -> 0.1.8
  • pseudoscript-format: 0.1.7 -> 0.1.8
  • pseudoscript-lsp-core: 0.1.7 -> 0.1.8
  • pseudoscript-project: 0.1.7 -> 0.1.8
  • pseudoscript-lsp: 0.1.7 -> 0.1.8
  • pseudoscript: 0.1.7 -> 0.1.8
  • pseudoscript-ide: 0.1.7 -> 0.1.8
Changelog

pseudoscript-dot

0.1.8 - 2026-06-11

Added

  • (model) architectural-principle lints with code + article links (#24)
  • (web-ide) identify/clear grid pins, reset a diagram, symmetric drag margin
  • (grid) experimental grid placement — dials, drag-to-pin, search modes
  • (dot) faithful nested cluster layout (system ⊇ container ⊇ components)
  • (dot) cluster header band so titles clear member nodes
  • (dot) lengthen labeled edges to fit their label
  • (dot) same-rank constraints + long-edge optimizer
  • (dot) add pseudoscript-dot, a pure-Rust Graphviz dot port

Other

  • release v0.1.7 (#63)
  • release
  • release v0.1.4
  • release v0.1.0 (#21)
  • (model) publish cross-module contracts on container/system faces + conformance guard
  • cargo fmt --all + tidy stale universe doc comments

pseudoscript-layout

0.1.8 - 2026-06-11

Added

  • (web-ide) 3D relationship-graph view (d3-force-3d)
  • (emit) drive C4 layout with pseudoscript-dot, drop layout-rs
  • (emit) show for-ancestry and description on sequence lifelines
  • (docs) authored Markdown docs + rich live-preview editor

Other

  • release v0.1.7 (#63)
  • release
  • release v0.1.4
  • release v0.1.0

pseudoscript-syntax

0.1.8 - 2026-06-11

Added

Fixed

Other

  • release v0.1.7 (#63)
  • release
  • release v0.1.4
  • Merge origin/main — regenerate wasm + skill zip on the merged tree
  • release v0.1.0

pseudoscript-model

0.1.8 - 2026-06-11

Added

  • (lang) mandatory return types — explicit : void, call-operand return checking (refs lang: mandatory return types — every callable declares : Type, void explicit #49)
  • (lang) operators + top-level constants for business rules (refs Language expansion: primitives, operators & top-level constants for business rules #22)
  • (model) architectural-principle lints with code + article links (#24)
  • (web-ide) 3D relationship-graph view (d3-force-3d)
  • (lang) from is the universal typed value-producer (ADR-035)
  • (emit) data entity (ER) and feature flow canvas views (+ crash fix)
  • (editor) fold member impl blocks by default + right-click fold controls
  • (model) enforce union-variant FQN references and close checker gaps
  • (ide) dependency-aware language intelligence on a single typed wasm
  • (ide) web IDE overhaul — JetBrains/Fleet shell, canvas, LSP, export
  • (checker) reject method calls whose member does not exist (§6)
  • (semantic) colour // and /* */ comments
  • (lang) bindings state their type — x: Type = Expr (ADR-027)
  • (ide) align highlighting + folding to the LSP; add test suite
  • (ide) source completion from the shared LSP engine
  • (docs) authored Markdown docs + rich live-preview editor
  • git workspace dependencies — pds add/install + cross-workspace refs
  • static checker, Option/feature language features, enriched self-model

Fixed

  • (ci) release-plz reads releases from git tags — git_only + dep version reqs
  • (lang) reject from/marker as binary operands; reject duplicate constants (refs Language expansion: primitives, operators & top-level constants for business rules #22)
  • (model) behavioral conformance — align self-model bodies to the implementation
  • (resolve) honour node visibility in hover/goto/references (§8.2)
  • (semantic) colour feature/BDD keywords and Some/None
  • (parser) localize from source-set errors and add fix-oriented hints
  • (complete) type chained receivers (G2) and offer nodes after for (G5)
  • (complete) member completion on local bindings; Option; macro args
  • (complete) suggest other workspace modules at the root
  • (semantic) colour a whole macro invocation as one decorator
  • (complete) members of a ::-qualified node in another module
  • (fold) start folds at the declaration, not its doc comment

Other

  • release v0.1.7 (#63)
  • release
  • release v0.1.4
  • Merge origin/main — regenerate wasm + skill zip on the merged tree
  • (checker) rustfmt the call-member check
  • release v0.1.0

pseudoscript-emit

0.1.8 - 2026-06-11

Added

  • (doc-rebuild) groundwork — self-model, adaptive SVG theme, flows in Rust
  • (web-ide) 3D relationship-graph view (d3-force-3d)
  • (grid) experimental grid placement — dials, drag-to-pin, search modes
  • (emit,web-ide) nested boundary frames in the component view
  • (dot) faithful nested cluster layout (system ⊇ container ⊇ components)
  • (dot) cluster header band so titles clear member nodes
  • (web-ide) one global layout config; stronger LR spacing
  • (dot) lengthen labeled edges to fit their label
  • (web-ide) per-diagram layout tweaks toggle on the C4 canvas
  • (emit) drive C4 layout with pseudoscript-dot, drop layout-rs
  • (lang) from is the universal typed value-producer (ADR-035)
  • (emit) data entity (ER) and feature flow canvas views (+ crash fix)
  • (emit) collapse parallel C4 edges into one labelled arrow
  • (ide) dependency-aware language intelligence on a single typed wasm
  • (ide) web IDE overhaul — JetBrains/Fleet shell, canvas, LSP, export
  • (lang) bindings state their type — x: Type = Expr (ADR-027)
  • (docs) authored Markdown docs + rich live-preview editor
  • (emit) richer sequence diagrams for the static site
  • static checker, Option/feature language features, enriched self-model

Fixed

  • (ci) release-plz reads releases from git tags — git_only + dep version reqs
  • (emit) draw cycle-closing back-edges in C4 views
  • (doc) render SVG text everywhere — font on a group, separate .svg files
  • (emit) project a black-box callable as a minimal sequence diagram

Other

  • release v0.1.7 (#63)
  • release
  • release v0.1.4
  • (model) publish cross-module contracts on container/system faces + conformance guard
  • cargo fmt --all + tidy stale universe doc comments
  • rustfmt emit/ide (fix CI fmt gate)
  • release v0.1.0

pseudoscript-universe

0.1.8 - 2026-06-11

Added

  • (doc-rebuild) groundwork — self-model, adaptive SVG theme, flows in Rust
  • (web-ide) 3D relationship-graph view (d3-force-3d)
  • (universe) 3D software-universe layout — Phase 1 (model adapter)

Fixed

  • (ci) release-plz reads releases from git tags — git_only + dep version reqs

Other

  • release v0.1.7 (#63)
  • release
  • release v0.1.4
  • release v0.1.0 (#21)
  • (universe) drop dead personality layer; clean up 3D-graph web-ide
  • cargo fmt --all + tidy stale universe doc comments

pseudoscript-doc

0.1.8 - 2026-06-11

Added

  • (doc) the 3D universe island — the IDE's ForceGraph in the doc site
  • (doc) rebuild the doc site — server SVG, health, search, system theme
  • (doc) embed data entity and feature flow diagrams on doc pages (closes pds doc: module pages do not embed data-entity (ER) or feature-flow diagrams #42)
  • (web-ide) 3D relationship-graph view (d3-force-3d)
  • (lang) from is the universal typed value-producer (ADR-035)
  • (emit) data entity (ER) and feature flow canvas views (+ crash fix)
  • (doc) Markdown renderer with inline SVG; ban hyphens in dependency names
  • (lang) bindings state their type — x: Type = Expr (ADR-027)
  • (doc) generated docs render the web IDE's sequence diagram
  • (docs) authored Markdown docs + rich live-preview editor
  • Svelte SSR doc renderer, wasm compiler API, and a web IDE
  • static checker, Option/feature language features, enriched self-model

Fixed

  • (ci) release-plz reads releases from git tags — git_only + dep version reqs
  • (doc) render SVG text everywhere — font on a group, separate .svg files

Other

  • apply rustfmt to fix main build (#64)
  • release v0.1.7 (#63)
  • (doc) pin the seeded-lint path — health page, section badge, nav count
  • release
  • release v0.1.4
  • release v0.1.0

pseudoscript-format

0.1.8 - 2026-06-11

Added

Fixed

  • (ci) release-plz reads releases from git tags — git_only + dep version reqs

Other

  • release v0.1.7 (#63)
  • release
  • release v0.1.4
  • release v0.1.0

pseudoscript-lsp-core

0.1.8 - 2026-06-11

Added

Fixed

  • (ci) release-plz reads releases from git tags — git_only + dep version reqs
  • (complete) member completion on local bindings; Option; macro args

Other

  • release v0.1.7 (#63)
  • release
  • release v0.1.4
  • Merge origin/main — regenerate wasm + skill zip on the merged tree
  • extract pseudoscript-lsp-core; wasm = LSP-over-wasm

pseudoscript-project

0.1.8 - 2026-06-11

Added

  • (ide) dependency-aware language intelligence on a single typed wasm

Fixed

  • (ci) release-plz reads releases from git tags — git_only + dep version reqs

Other

  • release v0.1.7 (#63)
  • release
  • release v0.1.4
  • release v0.1.0 (#21)

pseudoscript-lsp

0.1.8 - 2026-06-11

Added

  • (lang) mandatory return types — explicit : void, call-operand return checking (refs lang: mandatory return types — every callable declares : Type, void explicit #49)
  • (ide) dependency-aware language intelligence on a single typed wasm
  • (ide) align highlighting + folding to the LSP; add test suite
  • (ide) source completion from the shared LSP engine
  • (docs) authored Markdown docs + rich live-preview editor
  • static checker, Option/feature language features, enriched self-model

Fixed

  • (ci) release-plz reads releases from git tags — git_only + dep version reqs
  • (semantic) colour a whole macro invocation as one decorator
  • (lsp) keep completion scoped once a prefix is typed

Other

  • release v0.1.7 (#63)
  • release
  • release v0.1.4
  • extract pseudoscript-lsp-core; wasm = LSP-over-wasm
  • release v0.1.0

pseudoscript

0.1.8 - 2026-06-11

Other

  • apply rustfmt to fix main build (#64)

pseudoscript-ide

0.1.8 - 2026-06-11

Added

  • (ide) universe flows from Rust — one tracer for IDE and doc site
  • (doc) rebuild the doc site — server SVG, health, search, system theme
  • (model) architectural-principle lints with code + article links (#24)
  • (web-ide) 3D relationship-graph view (d3-force-3d)
  • (grid) experimental grid placement — dials, drag-to-pin, search modes
  • (web-ide) per-diagram layout tweaks toggle on the C4 canvas
  • (emit) drive C4 layout with pseudoscript-dot, drop layout-rs
  • (emit) data entity (ER) and feature flow canvas views (+ crash fix)
  • (editor) fold member impl blocks by default + right-click fold controls
  • (ide) dependency-aware language intelligence on a single typed wasm

Fixed

  • (ci) release-plz reads releases from git tags — git_only + dep version reqs

Other

  • apply rustfmt to fix main build (#64)
  • release v0.1.7 (#63)
  • release
  • release v0.1.4
  • (ide) tsify the universe snapshot DTO; flow name in the 3D timeline
  • (universe) drop dead personality layer; clean up 3D-graph web-ide
  • cargo fmt --all + tidy stale universe doc comments
  • rustfmt emit/ide (fix CI fmt gate)


This PR was generated with release-plz.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 11, 2026

Copy link
Copy Markdown

Deploying pseudoscript-ide with  Cloudflare Pages  Cloudflare Pages

Latest commit: 88aa0c2
Status: ✅  Deploy successful!
Preview URL: https://74a18f30.pseudoscript-ide.pages.dev
Branch Preview URL: https://release-plz-2026-06-11t01-04.pseudoscript-ide.pages.dev

View logs

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying pseudoscript-landing with  Cloudflare Pages  Cloudflare Pages

Latest commit: 88aa0c2
Status: ✅  Deploy successful!
Preview URL: https://d9be0eff.pseudoscript-landing.pages.dev
Branch Preview URL: https://release-plz-2026-06-11t01-04.pseudoscript-landing.pages.dev

View logs

@github-actions github-actions Bot closed this Jun 11, 2026
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.

pds doc: module pages do not embed data-entity (ER) or feature-flow diagrams

0 participants