From 5c6ec203d1ae9f3367661b5da1b080eea7debd67 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Tue, 19 Dec 2023 08:58:08 -0600 Subject: [PATCH] start the next version --- DESCRIPTION | 2 +- NEWS.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8e5230b..468e9f3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: servr Type: Package Title: A Simple HTTP Server to Serve Static Files or Dynamic Documents -Version: 0.28 +Version: 0.28.1 Authors@R: c( person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name", comment = c(ORCID = "0000-0003-0645-5666")), person("Carson", "Sievert", role = "ctb"), diff --git a/NEWS.md b/NEWS.md index 956661f..b8c00f7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# CHANGES IN servr VERSION 0.29 + + # CHANGES IN servr VERSION 0.28 - Added support for HTTP authentication (thanks, @statquant, #63). For all server functions in this package, you can use the `auth` argument to provide the authentication scheme and credentials. See the help page `?servr::server_config` for more info.