Bump version to 0.2.0#9
Merged
Merged
Conversation
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.
Summary
Ready 0.2.0 for CRAN resubmission. The 0.1.0.1 dev marker is promoted
to a real minor release (additive features, backwards compatible).
Version:0.1.0.1->0.2.0Date:2026-05-13Description: added<https://element-hq.github.io/synapse/>after'Synapse'and<https://conduit.rs/>after'Conduit'per theCRAN cookbook's "named external service needs an angle-bracketed
URL" rule; dropped the bare
'mx.crypto'example (not on CRAN yet,no clean URL form).
NEWS.md: heading renamed0.1.0.1->0.2.0. The list ofchanges already there describes the 0.2.0 delta accurately.
cran-comments.md: refreshed for the update submission with thecurrent check status (0/0/0) and the additive-only framing.
Pre-submission walkthrough
Walked the tinyverse pre-submission checklist; every section is clean
or correctly justified:
\dontrun{}disposition preserved with the same cran-comments justification CRAN accepted for 0.1.0;mx_session()andmx_canonical_json()have runnable examplesVerification
tinytest::test_package("mx.api")-- 156 assertions, all passtinypkgr::check()--Status: OK(0 errors, 0 warnings, 0 notes)tinypkgr::check_win_devel()-- uploaded to R-develtinypkgr::check_win_devel(r_version = "release")-- uploaded to R-releaseWin-builder results email to
troy@cornball.aiwithin ~30 minutes.After this PR merges and the win-builder runs come back clean, Troy
runs
tinypkgr::submit_cran()(Claude does not).Why 0.2.0 right now
mx.crypto'ssecurity-audit-vignettePR depends on the newmx_canonical_json()plus the four transport endpoints. Its CI iscurrently red because the CRAN copy of
mx.apiis still 0.1.0.Promoting 0.2.0 to CRAN clears that gate without resorting to a
Remotes:entry inmx.crypto.