chore: bump to 1.0.0 for the first major release#117
Merged
Conversation
Renames the unreleased 0.3.0 development line to 1.0.0: - `DESCRIPTION`: `Version: 0.3.0` -> `1.0.0`. - `NEWS.md`: section header `# dockerfiler 0.3.0` -> `# dockerfiler 1.0.0`, with a short lead paragraph explaining why a major-version bump (API maturity after the stabilisation cycle: input-validation family, codegen hardening against renv.lock / DESCRIPTION injection, vendored-renv removal, multi-arch / PPM-binaries defaults). The three internal "since the 0.3.0 hardening" / "predates 0.3.0" pointers in the Security bullets are updated to "1.0.0". - `cran-comments.md`: section header retitled "Major changes in 1.0.0"; the three "0.3.0" mentions in the body retargeted to "1.0.0". - `README.md` re-knit (the live `desc::desc_get_version()` chunk picks up the new version). No R code, no test, no NAMESPACE, no Rd impact.
Member
Author
|
/copilot review |
Member
Author
|
Force-pushed |
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
Renames the unreleased 0.3.0 development line to 1.0.0 for the upcoming CRAN submission.
Changes
DESCRIPTION—Version: 0.3.0→1.0.0.NEWS.md— section header# dockerfiler 0.3.0→# dockerfiler 1.0.0, with a short lead paragraph explaining why a major-version bump (API maturity after this cycle's input-validation family, codegen hardening againstrenv.lock/DESCRIPTIONinjection, vendored-renv removal, multi-arch / PPM-binaries defaults). The three internal "since the 0.3.0 hardening" / "predates 0.3.0" pointers inside the Security bullets are updated to "1.0.0".cran-comments.md— section header## Major changes since 0.2.6→## Major changes in 1.0.0(with a one-line note that this is the first major release after the 0.2.x dev line); the three "0.3.0" mentions in the body retargeted to "1.0.0".README.md— re-knit (the livedesc::desc_get_version()chunk picks up[1] '1.0.0').No R code, no NAMESPACE, no Rd, no test impact (the
"Version: 1.0.0"strings intests/testthat/test-dock_from_desc.Rare unrelated test-DESCRIPTION fixtures).Test plan
0.3.0occurrence anywhere in source (grep -rn 0\.3\.0is empty).README.mdshows[1] '1.0.0'.test-r.R) still passes.