Skip to content

chore: bump 0.1.0 → 0.1.1#17

Merged
pratyush618 merged 5 commits into
masterfrom
chore/bump-0.1.1
May 9, 2026
Merged

chore: bump 0.1.0 → 0.1.1#17
pratyush618 merged 5 commits into
masterfrom
chore/bump-0.1.1

Conversation

@pratyush618
Copy link
Copy Markdown
Collaborator

Summary

Cuts the 0.1.1 release. The post-merge follow-up to #16 (typed-handle migration + uniqueness pillars + fumadocs docs).

  • Move the [Unreleased] section in CHANGELOG.md to [0.1.1] - 2026-05-10.
  • Add a Docs subsection covering the Docusaurus → Fumadocs migration.
  • Bump version = "0.1.0""0.1.1" in:
    • crates/dagron-core/Cargo.toml
    • crates/dagron-py/Cargo.toml
    • crates/dagron-ui/Cargo.toml
    • pyproject.toml
    • py_src/dagron/__init__.py (__version__)

Test plan

  • cargo check --workspace — clean
  • maturin develop — builds wheel as dagron-0.1.1-cp312-abi3-linux_x86_64.whl
  • python -c "import dagron; print(dagron.__version__)"0.1.1
  • After merge: tag v0.1.1 and let the publish workflow run

Move the [Unreleased] section to [0.1.1] - 2026-05-10. Bump version
in dagron-core, dagron-py, dagron-ui, pyproject.toml, and
py_src/dagron/__init__.py. Add a Docs note for the Docusaurus →
Fumadocs migration.
@pratyush618 pratyush618 merged commit 0751d7b into master May 9, 2026
8 checks passed
pratyush618 added a commit that referenced this pull request May 9, 2026
uv.lock still pinned the editable dagron at 0.1.0 after #17 bumped
pyproject.toml to 0.1.1. Refresh the lockfile so the working tree
matches the published version.
@pratyush618 pratyush618 deleted the chore/bump-0.1.1 branch May 9, 2026 22:29
pratyush618 added a commit that referenced this pull request May 9, 2026
* fix(test): bump _delayed sleep so Windows clock tick doesn't drop nodes

test_profile_linear_dag flaked on windows-latest because the per-node
10ms sleep is below the ~16ms granularity of Windows' time.monotonic.
Nodes occasionally measured duration=0.0 and got excluded from the
critical path. Bump the default to 50ms so every sleep crosses at
least one timer tick.

* chore: sync uv.lock with 0.1.1 version bump

uv.lock still pinned the editable dagron at 0.1.0 after #17 bumped
pyproject.toml to 0.1.1. Refresh the lockfile so the working tree
matches the published version.

* ci: bump pnpm/action-setup v4 → v6 (Node 24)

GitHub deprecated Node 20 actions; v4 of pnpm/action-setup runs on
Node 20. Bump to v6 which uses Node 24 natively. The remaining
actions/cache@v4 warning is transitive from actions/setup-node and
auto-resolves once @v6 picks up its v6.2+ patch (which already uses
@actions/cache v5.0.1). The windows-latest notice is just informing
about the May 12 default flip to windows-2025-vs2026.

* ci: pin actions to major version only (no patch)

Drop the v2.9.1 / v3.0.1 patch pins on Swatinem/rust-cache and
pre-commit/action — major-only references auto-pick up bug fixes
without manual bumps.

* ci: keep pre-commit/action at v3.0.1 (no rolling v3 tag exists)

That action only publishes full-semver tags (v3.0.0, v3.0.1); v3
isn't a ref so the previous bump broke the lint job with
"Unable to resolve action pre-commit/action@v3". Swatinem/rust-cache
and pnpm/action-setup do ship rolling major tags and stay at @v2 / @v6.
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.

1 participant