Skip to content

Commit 32e2515

Browse files
authored
Release 0.1.1 (#69)
1 parent 6c889ad commit 32e2515

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: plumber2
22
Title: Easy and Powerful Web Servers
3-
Version: 0.1.0.9000
3+
Version: 0.1.1.9000
44
Authors@R: c(
55
person("Thomas Lin", "Pedersen", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-5147-4711")),
@@ -60,7 +60,7 @@ VignetteBuilder: quarto
6060
URL: https://plumber2.posit.co/, https://github.com/posit-dev/plumber2
6161
BugReports: https://github.com/posit-dev/plumber2/issues
6262
Config/testthat/edition: 3
63-
Remotes:
63+
Remotes:
6464
thomasp85/routr,
6565
thomasp85/fiery,
6666
thomasp85/fireproof

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
* `api_get()` and other endpoint functions now defaults to using the default
2323
serializers and parsers (#57)
2424

25+
# plumber2 0.1.1
26+
27+
* Updated doc path generation in preparation for routr 2.0.0
28+
2529
# plumber2 0.1.0
2630

2731
* Initial CRAN submission.

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
1313
)
1414
```
1515

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

1818
<!-- badges: start -->
1919
[![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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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

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

66
<!-- badges: start -->
77

cran-comments.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
This new package submission is contingent on the release of firesafety which has
2-
already been submitted.
1+
This is a small patch release to pave the way for routr 2.0.0

man/api_logger.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)