From b184ea8649400c93e34308b0ce5bbc091e087a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 18 Feb 2024 18:44:18 +0100 Subject: [PATCH] Bump version to 1.0.1 --- DESCRIPTION | 2 +- NEWS.md | 75 +++++------------------------------------------------ 2 files changed, 8 insertions(+), 69 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 13a424e..c4b4299 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: roxygen2md Title: 'Roxygen' to 'Markdown' -Version: 1.0.0.9009 +Version: 1.0.1 Date: 2024-02-18 Authors@R: c( person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index 1be9270..562d178 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,114 +1,53 @@ -# roxygen2md 1.0.0.9009 - -## Chore - -- Single file. +# roxygen2md 1.0.1 +## Bug fixes -# roxygen2md 1.0.0.9008 +- Refine regular expression for matching roxygen2 blocks. ## Features - Prefer brio over enc (#16, #21). +- New `"indent"` scope for adding indent to `@param` and `@return` tags. ## Chore +- Single file. - Rename standalone file. - - Use `rlang::abort()`. - - Use blanket rlang import. - - Update purrr standalone. - - Move blanket imports. - - Tidy description. - - Style. - - `usethis::use_pkgdown_github_pages()`. - - Add Aviator configuration. - - `usethis::use_readme_rmd()`. ## Documentation - Prefer pak. - - Update code of conduct. - - Use tidytemplate. - - Package documentation. - - Fix URLs. ## Testing - Use testthat edition 3. - -# roxygen2md 1.0.0.9007 +## Uncategorized - Internal changes only. - - -# roxygen2md 1.0.0.9006 - -- Internal changes only. - - -# roxygen2md 1.0.0.9005 - -- Internal changes only. - - -# roxygen2md 1.0.0.9004 - -## Bug fixes - -- Refine regular expression for matching roxygen2 blocks. - -## Features - -- New `"indent"` scope for adding indent to `@param` and `@return` tags. - - -# roxygen2md 1.0.0.9003 - -- Internal changes only. - - -# roxygen2md 1.0.0.9002 - - Harmonize yaml formatting. - - Revert changes to matrix section. - - Reduce parallelism. - -- Also check dev on cran-* branches. - +- Also check dev on cran-\* branches. - Update hash key for dev. - - Remove R 3.3. - - Merge pull request #15 from r-lib/b-gha. - - - - -# roxygen2md 1.0.0.9001 - - New `scope = "unlink"` to help hunt down unwanted `\link{...}` elements. - - -# roxygen2md 1.0.0.9000 - - Same as previous version.