Skip to content

Commit

Permalink
combine changelog 1.1.0 and 1.1.0.9000, and change version to 1.0.0.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
nmdefries committed Dec 7, 2023
1 parent 6f4dff5 commit 6938fcd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.0.0
commit = False
tag = False

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: epidatr
Type: Package
Title: Client for Delphi's 'Epidata' API
Version: 1.1.0.9000
Date: 2023-09-11
Version: 1.0.0.9000
Date: 2023-12-07
Authors@R:
c(
person("Logan", "Brooks", email = "[email protected]", role = c("aut")),
Expand Down
5 changes: 1 addition & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# epidatr 1.1.0.9000
# epidatr 1.0.0.9000

- Function reference now displays commonly-used functions first (#205).
- Endpoints now fail when passed misspelled arguments (#187, #201).
Expand All @@ -17,9 +17,6 @@
- Improve line-wrapping of warning messages (#191).
- `set_api_key` now available to help persist API key environment variables (#181, #217).
- `get_api_key` no longer reads from R options and only uses environment variables (#217).

# epidatr 1.1.0

- Rename the mostly internal `get_auth_key` to `get_api_key` (#181).
- Add `save_api_key` to more easily set the option (#181).
- Fix documentation related to CRAN submission.
Expand Down
2 changes: 1 addition & 1 deletion R/constants.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version <- "1.1.0"
version <- "1.0.0"
http_headers <- httr::add_headers("User-Agent" = paste0("epidatr/", version), "Accept-Encoding" = "gzip")
global_base_url <- "https://api.delphi.cmu.edu/epidata/"

0 comments on commit 6938fcd

Please sign in to comment.