Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Sep 17, 2024
1 parent f8a00fc commit 4b42d8a
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@
Package: soilDB
Type: Package
Title: Soil Database Interface
Version: 2.8.4
Version: 2.8.5
Authors@R: c(person(given="Dylan", family="Beaudette", role = c("aut"), email = "[email protected]"),
person(given="Jay", family="Skovlin", role = c("aut")),
person(given="Stephen", family="Roecker", role = c("aut")),
Expand Down
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# soilDB 2.8.4 (development)
# soilDB 2.8.5 (development)
- `fetchLDM()` add support for `area_type` with local database connections (`dsn` argument)

# soilDB 2.8.4 (2024-08-17)
- `createSSURGO()` bug fixes following changes in 2.8.3
- generating `gpkg_contents` for GeoPackage files failed to add entries for "features" data_type
- `filename` argument not properly handled in some cases
- `SDA_query()` handle another possible failure point in error handling code
- `createStaticNASIS()` use `odbc::dbListFields()` instead of `odbc::odbcConnectionColumns()`
- fetchNASIS Vignette

# soilDB 2.8.3 (2024-06-11)
- Updates to SoilWeb web coverage services
Expand Down

0 comments on commit 4b42d8a

Please sign in to comment.