Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: plumber2
Title: Easy and Powerful Web Servers
Version: 0.1.0.9000
Version: 0.1.1.9000
Authors@R: c(
person("Thomas Lin", "Pedersen", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5147-4711")),
Expand Down Expand Up @@ -60,7 +60,7 @@ VignetteBuilder: quarto
URL: https://plumber2.posit.co/, https://github.com/posit-dev/plumber2
BugReports: https://github.com/posit-dev/plumber2/issues
Config/testthat/edition: 3
Remotes:
Remotes:
thomasp85/routr,
thomasp85/fiery,
thomasp85/fireproof
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
* `api_get()` and other endpoint functions now defaults to using the default
serializers and parsers (#57)

# plumber2 0.1.1

* Updated doc path generation in preparation for routr 2.0.0

# plumber2 0.1.0

* Initial CRAN submission.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```

# plumber2 <a href="http://plumber2.posit.co/"><img src="man/figures/logo.png" align="right" height="139" alt="plumber2 website" /></a>
# plumber2 <a href="https://plumber2.posit.co/"><img src="man/figures/logo.png" align="right" height="139" alt="plumber2 website" /></a>

<!-- badges: start -->
[![R-CMD-check](https://github.com/posit-dev/plumber2/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/posit-dev/plumber2/actions/workflows/R-CMD-check.yaml)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# plumber2 <a href="http://plumber2.posit.co/"><img src="man/figures/logo.png" align="right" height="139" alt="plumber2 website" /></a>
# plumber2 <a href="https://plumber2.posit.co/"><img src="man/figures/logo.png" align="right" height="139" alt="plumber2 website" /></a>

<!-- badges: start -->

Expand Down
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
This new package submission is contingent on the release of firesafety which has
already been submitted.
This is a small patch release to pave the way for routr 2.0.0
4 changes: 3 additions & 1 deletion man/api_logger.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading