Skip to content

Commit fcb244e

Browse files
committed
Bump major version number and note breaking change
1 parent 5113227 commit fcb244e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: EDIutils
22
Title: An API Client for the Environmental Data Initiative Repository
3-
Version: 2.2.0
3+
Version: 3.0.0
44
Authors@R:
55
c(person("Colin", "Smith", email = "colin.smith@wisc.edu", role = c("aut", "cre"), comment = "0000-0003-2261-9931"),
66
person("Corinna", "Gries", role = "ctb", comment = "0000-0002-9091-6543"),

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
EDIutils 2.2.0 (2026-07-21)
1+
EDIutils 3.0.0 (2026-07-27)
22
===========================
33

4-
### MAJOR IMPROVEMENTS
4+
### BREAKING CHANGES
55

66
* Transitioned all API wrapper functions to support mandatory authenticated access using EDI-API keys. Direct `httr` request verbs are now centralized through internal wrappers (`api_get()`, `api_post()`, `api_put()`, `api_delete()`) that append the API key as a query parameter (`?key=`) when the environment variable `EDI_API_KEY` is present.
77

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci/EDIutils",
99
"issueTracker": "https://github.com/ropensci/EDIutils/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "2.2.0",
11+
"version": "3.0.0",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -174,7 +174,7 @@
174174
},
175175
"SystemRequirements": null
176176
},
177-
"fileSize": "790.457KB",
177+
"fileSize": "790.455KB",
178178
"citation": [
179179
{
180180
"@type": "SoftwareSourceCode",

0 commit comments

Comments
 (0)