Skip to content

Pin Datastar supported version to v1.0.1 (closes #16)#21

Open
joaomdsg wants to merge 1 commit into
mainfrom
pin-datastar-v1.0.1
Open

Pin Datastar supported version to v1.0.1 (closes #16)#21
joaomdsg wants to merge 1 commit into
mainfrom
pin-datastar-v1.0.1

Conversation

@joaomdsg
Copy link
Copy Markdown
Member

Summary

  • Adds exported DATASTAR_SUPPORTED_VERSION = v"1.0.1" in src/datastar.jl as the single source of truth.
  • Bundled examples (counter_app.jl, cairomakie_dashboard.jl) now derive their version string from the constant.
  • Guard test (@test DATASTAR_SUPPORTED_VERSION == v"1.0.1") so bumps land as one visible diff.
  • README and docs/src/index.md carry a one-line compatibility notice.
  • CHANGELOG entry under Unreleased › Added.

Closes #16.

Test plan

  • julia --project=. -e 'using Pkg; Pkg.test()' → 515/515 pass locally
  • CI green on required checks

Adds DATASTAR_SUPPORTED_VERSION = v"1.0.1" as the single source of
truth for the targeted Datastar protocol/client version, exported
from HyperSignal and referenced by bundled examples in place of the
hard-coded literal. Guard test fails on unintentional bumps; README
and docs index call out the compatibility surface.
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.

Datastar: pin supported version to v1.0.1

1 participant