Skip to content

Commit 1238bd3

Browse files
committed
🗞️
1 parent 21cc1dc commit 1238bd3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: earthdatalogin
22
Title: NASA 'EarthData' Access Utilities
3-
Version: 0.0.2.99
3+
Version: 0.0.3
44
Authors@R:
55
c(person(given = "Carl", family = "Boettiger", , "cboettig@gmail.com", c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0002-1642-628X")),

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# earthdatalogin (development version)
1+
# earthdatalogin 0.0.3
22

33
* Adds support for listing NASA STAC catalogs with `list_nasa_stacs()` and
44
retrieving specific catalog URLs with `get_nasa_stac_url()` (#19).
@@ -13,6 +13,8 @@
1313

1414
* Adds `edl_stac_urls()` for retrieving urls from an `rstac` items list.
1515

16+
* bugfix for default_auth() behavior if credentials are not supplied.
17+
1618
# earthdatalogin 0.0.2
1719

1820
* Adds support for netrc-based authentication. `edl_set_token()` works only

0 commit comments

Comments
 (0)