Skip to content

Commit

Permalink
actually, recent changes should be a new minor version, not just a pa…
Browse files Browse the repository at this point in the history
…tch.
  • Loading branch information
Aariq committed Feb 24, 2023
1 parent 980ec95 commit 3d9d6fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ message: 'To cite package "azmetr" in publications use:'
type: software
license: MIT
title: 'azmetr: Access Arizona weather data from the AZMet API'
version: 0.1.1
version: 0.2.0
year: 2023
abstract: Provides R functions to access the Arizona Meterological Network (AZMet)
API. Functions are more than just "thin wrappers" and do some parsing of input parameters
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: azmetr
Title: Access Arizona weather data from the AZMet API
Version: 0.1.1
Version: 0.2.0
Authors@R:
person("Eric", "Scott", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7430-7879"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# azmetr 0.1.1
# azmetr 0.2.0

- `azmetr` now uses the `httr2` package instead of `httr` for API requests. This change allowed for easier rate limiting
- There is now a rate limit of 4 requests per second to the API. This shouldn't cause noticible slowdowns except when using the `station_id` argument maybe
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ citEntry(
role = c("aut", "cre"),
email = "[email protected]")),
year = "2023",
version = as.package_version("0.1.1"),
version = as.package_version("0.2.0"),
url = "https://github.com/cct-datascience/azmetr",
textVersion = paste(
'Scott ER (2023). “azmetr: Access Arizona weather data from the AZMet API.”'
Expand Down

0 comments on commit 3d9d6fb

Please sign in to comment.