Skip to content

Commit f09b449

Browse files
committed
Bump version number
1 parent 2f3a1f6 commit f09b449

File tree

4 files changed

+26
-13
lines changed

4 files changed

+26
-13
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Title: 'IUCN' Red List Client
44
Description: 'IUCN' Red List (<https://api.iucnredlist.org/>) client.
55
The 'IUCN' Red List is a global list of threatened and endangered species.
66
Functions cover all of the Red List 'API' routes. An 'API' key is required.
7-
Version: 1.1.0.9000
7+
Version: 1.1.1
88
Authors@R:
99
c(person(given = "William",
1010
family = "Gearty",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rredlist (development version)
1+
# rredlist 1.1.1
22

33
### MINOR IMPROVEMENTS
44

codemeta.json

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"codeRepository": "https://github.com/ropensci/rredlist",
99
"issueTracker": "https://github.com/ropensci/rredlist/issues",
1010
"license": "https://spdx.org/licenses/MIT",
11-
"version": "1.1.0",
11+
"version": "1.1.1",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.4.2 (2024-10-31 ucrt)",
17+
"runtimePlatform": "R version 4.5.1 (2025-06-13 ucrt)",
1818
"provider": {
1919
"@id": "https://cran.r-project.org",
2020
"@type": "Organization",
@@ -26,21 +26,24 @@
2626
"@type": "Person",
2727
"givenName": "William",
2828
"familyName": "Gearty",
29-
"email": "[email protected]"
29+
"email": "[email protected]",
30+
"@id": "https://orcid.org/0000-0003-0076-3262"
3031
},
3132
{
3233
"@type": "Person",
3334
"givenName": "Scott",
3435
"familyName": "Chamberlain",
35-
"email": "[email protected]"
36+
"email": "[email protected]",
37+
"@id": "https://orcid.org/0000-0003-1444-9135"
3638
}
3739
],
3840
"contributor": [
3941
{
4042
"@type": "Person",
4143
"givenName": "Maëlle",
4244
"familyName": "Salmon",
43-
"email": "[email protected]"
45+
"email": "[email protected]",
46+
"@id": "https://orcid.org/0000-0002-2815-0399"
4447
}
4548
],
4649
"funder": [
@@ -54,7 +57,8 @@
5457
"@type": "Person",
5558
"givenName": "William",
5659
"familyName": "Gearty",
57-
"email": "[email protected]"
60+
"email": "[email protected]",
61+
"@id": "https://orcid.org/0000-0003-0076-3262"
5862
}
5963
],
6064
"softwareSuggestions": [
@@ -295,8 +299,8 @@
295299
},
296300
"applicationCategory": "Biodiversity",
297301
"isPartOf": "https://ropensci.org",
298-
"keywords": ["IUCN", "biodiversity", "API", "web-services", "traits", "habitat", "species", "conservation"],
299-
"fileSize": "6932.669KB",
302+
"keywords": ["IUCN", "biodiversity", "API", "web-services", "traits", "habitat", "species", "conservation", "api-wrapper", "rstats", "iucn-red-list", "iucn", "r", "r-package", "taxize"],
303+
"fileSize": "6918.991KB",
300304
"citation": [
301305
{
302306
"@type": "SoftwareSourceCode",
@@ -316,9 +320,18 @@
316320
"name": "rredlist: 'IUCN' Red List Client",
317321
"identifier": "10.32614/CRAN.package.rredlist",
318322
"url": "https://docs.ropensci.org/rredlist/",
319-
"description": "R package version 1.1.0",
323+
"description": "R package version 1.1.1",
320324
"@id": "https://doi.org/10.32614/CRAN.package.rredlist",
321325
"sameAs": "https://doi.org/10.32614/CRAN.package.rredlist"
322326
}
323-
]
327+
],
328+
"releaseNotes": "https://github.com/ropensci/rredlist/blob/main/NEWS.md",
329+
"readme": "https://github.com/ropensci/rredlist/blob/main/README.md",
330+
"contIntegration": ["https://github.com/ropensci/rredlist/actions/workflows/R-check.yml", "https://app.codecov.io/gh/ropensci/rredlist"],
331+
"developmentStatus": "https://www.repostatus.org/#active",
332+
"review": {
333+
"@type": "Review",
334+
"url": "https://github.com/ropensci/software-review/issues/663",
335+
"provider": "https://ropensci.org"
336+
}
324337
}

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bibentry(
44
title = "rredlist: 'IUCN' Red List Client",
55
author = c(person("William", "Gearty"), person("Scott", "Chamberlain")),
66
year = 2025,
7-
note = "R package version 1.1.0",
7+
note = "R package version 1.1.1",
88
doi = "10.32614/CRAN.package.rredlist",
99
url = "https://docs.ropensci.org/rredlist/"
1010
)

0 commit comments

Comments
 (0)