Release 0.0.2 - #5
Merged
Merged
Conversation
Version bump 0.0.1 -> 0.0.2 across pubspec, the C core (version macros + string), the web NativeCore, the DNG software tag, tests, and docs. First release cut through the automated pipeline (release.yml -> publish.yml). Changes since 0.0.1: isLeaf on the O(1) FFI calls, ten animated architecture diagrams woven through the README, and the automated pub.dev publishing CI. C harness 60/60 (encodes 0.0.2); FFI version test updated; analyze clean; dart pub publish --dry-run 0 warnings. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump 0.0.1 → 0.0.2, cut through the new automated publishing pipeline (verifies PR #4 end-to-end).
What's in 0.0.2 (since 0.0.1)
isLeaf: trueon the O(1) FFI calls (introspection + buffer-pool ops).doc/diagrams/gallery.release.yml+publish.yml).Version sweep
pubspec.yaml(+ example), C core version macros/string, webNativeCoreversion, DNG "software" tag (C + Dart), the FFI version test, the C harness assertion, and all doc references.Verification (local)
flutter analyzeclean.dart pub publish --dry-run→ 0 warnings, 377 KB.## [0.0.2]section — release.yml extracts it correctly.On merge,
release.ymlwill create thev0.0.2Release + tag and dispatchpublish.ymlagainst the tag ref.🤖 Generated with Claude Code