Skip to content

Commit

Permalink
increment version number and update NEWS for release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Dec 18, 2024
1 parent 4bd6048 commit b61fe4b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: nasapower
Title: NASA POWER API Client
Version: 4.2.1.9000
Version: 4.2.2
Authors@R: c(
person("Adam H.", "Sparks", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0061-8359")),
Expand Down
18 changes: 18 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# nasapower 4.2.2

## Bug fixes

* [Ensure that `wind_elevation` must be a numeric value](https://github.com/ropensci/nasapower/commit/bc61b8e7474e2513a2002d50911d26d69ac6c7ea).

## Minor changes

* [Fix typo](https://github.com/ropensci/nasapower/pull/92) thanks, @kguidonimartins!

* [Fix another typo](https://github.com/ropensci/nasapower/commit/bfc53022b3b0acd89377e3bfaaf92dba4ba6ac6f) in documentation.

* [Clarify error message](https://github.com/ropensci/nasapower/commit/8e91a612d4720a297948be4f1c302b221f6f1c2b).

* [Add contributors to README](https://github.com/ropensci/nasapower/commit/293e030dc10d76dbbd3d8f43770225c41b2bf21f)

* Code and Roxygen linting.

# nasapower 4.2.1

## Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ropensci/nasapower",
"issueTracker": "https://github.com/ropensci/nasapower/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "4.2.1.9000",
"version": "4.2.2",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -251,7 +251,7 @@
"applicationCategory": "Tools",
"isPartOf": "https://ropensci.org",
"keywords": ["NASA", "meteorological-data", "weather", "global", "weather-data", "meteorology", "NASA-POWER", "agroclimatology", "earth-science", "data-access", "climate-data", "r", "nasa-power", "nasa", "agroclimatology-data", "weather-variables", "rstats", "r-package"],
"fileSize": "511.092KB",
"fileSize": "511.761KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down

0 comments on commit b61fe4b

Please sign in to comment.