Skip to content

Commit a3af795

Browse files
committedFeb 19, 2025·
Increment version number to 1.3.0.9000
1 parent 08cd54d commit a3af795

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Encoding: UTF-8
22
Package: plumber
33
Type: Package
44
Title: An API Generator for R
5-
Version: 1.3.0
5+
Version: 1.3.0.9000
66
Roxygen: list(markdown = TRUE)
77
Authors@R: c(
88
person("Barret", "Schloerke", role = c("cre", "aut"), email = "barret@posit.co", comment = c(ORCID = "0000-0001-9986-114X")),

‎NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# plumber (development version)
2+
13
# plumber 1.3.0
24

35
* The port many now be specified as an environment variable. User-provided ports must be between 1024 and 49151 (following [IANA guidelines](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml)) and may not be a known unsafe port. plumber will now throw an error if an invalid port is requested. (@shikokuchuo @gadenbuie #963)

0 commit comments

Comments
 (0)
Please sign in to comment.