Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Feb 18, 2024
1 parent 830a2bc commit b184ea8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 69 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
Expand Down
75 changes: 7 additions & 68 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,114 +1,53 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# 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.


Expand Down

0 comments on commit b184ea8

Please sign in to comment.