Skip to content

Commit 6938fcd

Browse files
committed
combine changelog 1.1.0 and 1.1.0.9000, and change version to 1.0.0.9000
1 parent 6f4dff5 commit 6938fcd

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.0.0
33
commit = False
44
tag = False
55

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: epidatr
22
Type: Package
33
Title: Client for Delphi's 'Epidata' API
4-
Version: 1.1.0.9000
5-
Date: 2023-09-11
4+
Version: 1.0.0.9000
5+
Date: 2023-12-07
66
Authors@R:
77
c(
88
person("Logan", "Brooks", email = "lcbrooks@andrew.cmu.edu", role = c("aut")),

NEWS.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# epidatr 1.1.0.9000
1+
# epidatr 1.0.0.9000
22

33
- Function reference now displays commonly-used functions first (#205).
44
- Endpoints now fail when passed misspelled arguments (#187, #201).
@@ -17,9 +17,6 @@
1717
- Improve line-wrapping of warning messages (#191).
1818
- `set_api_key` now available to help persist API key environment variables (#181, #217).
1919
- `get_api_key` no longer reads from R options and only uses environment variables (#217).
20-
21-
# epidatr 1.1.0
22-
2320
- Rename the mostly internal `get_auth_key` to `get_api_key` (#181).
2421
- Add `save_api_key` to more easily set the option (#181).
2522
- Fix documentation related to CRAN submission.

R/constants.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version <- "1.1.0"
1+
version <- "1.0.0"
22
http_headers <- httr::add_headers("User-Agent" = paste0("epidatr/", version), "Accept-Encoding" = "gzip")
33
global_base_url <- "https://api.delphi.cmu.edu/epidata/"

0 commit comments

Comments
 (0)