Skip to content

chore: upgrade to Fable 5.0.0 stable#23

Merged
dbrattli merged 1 commit into
mainfrom
upgrade-fable-stable
May 14, 2026
Merged

chore: upgrade to Fable 5.0.0 stable#23
dbrattli merged 1 commit into
mainfrom
upgrade-fable-stable

Conversation

@dbrattli

Copy link
Copy Markdown
Contributor

Summary

  • Bump Fable CLI to 5.0.0, Fable.Core to 5.0.0, Fable.Python to 5.1.0, and fable-library (PyPI) to 5.0.0
  • Update version references and remove prerelease-pinning language in GettingStarted, FableV5, and Testing chapter sources
  • Fix the Interop chapter's json example (closes Missing JSON call in the example code? #17) by adding real json.dumps and json.loads calls with the resulting output shown in a comment

Test plan

  • just restore succeeds with new package versions
  • just all (build + generate + format + lint) is green
  • Generated output/chapters/chapters/interop.py contains json.dumps(data) and json.loads(...) calls
  • docs/blogpost.md regenerated with stable versions and updated json example

🤖 Generated with Claude Code

Bump Fable CLI to 5.0.0, Fable.Core to 5.0.0, Fable.Python to 5.1.0,
and fable-library (PyPI) to 5.0.0. Update version references in
GettingStarted, FableV5, and Testing chapter sources, and remove
prerelease-pinning language now that stable releases exist.

Also fix the Interop chapter's json example (issue #17) by adding
actual json.dumps and json.loads calls with the resulting output.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dbrattli dbrattli merged commit cd54dd5 into main May 14, 2026
1 check passed
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.

Missing JSON call in the example code?

1 participant