Skip to content

Commit a1fd6dd

Browse files
authored
Merge pull request #371 from mfisher87/release-0.8.0
Release 0.8.0
2 parents c37a656 + 66b19a3 commit a1fd6dd

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
22

3-
## [unreleased]
4-
* Fix zero granules being reported for restricted datasets
3+
## [v0.8.0] 2023-11-29
4+
* Bug fixes:
5+
* Fix zero granules being reported for restricted datasets.
6+
* Enhancements:
7+
* earthaccess will `raise` errors instead of `print`ing them in more cases.
8+
* `daac` and `provider` parameters are now normalized to uppercase, since lowercase
9+
characters are never valid.
510

611
## [v0.7.1] 2023-11-08
712
* Bug Fixes:

CITATION.cff

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ keywords:
2323
url: "https://earthaccess.readthedocs.io"
2424
repository-code: "https://github.com/nsidc/earthaccess"
2525

26-
version: "0.7.1"
27-
date-released: "2023-11-08"
26+
version: "0.8.0"
27+
date-released: "2023-11-29"
2828

2929
authors:
3030
- family-names: "Barrett"
@@ -43,6 +43,10 @@ authors:
4343
given-names: "Matt"
4444
orcid: "https://orcid.org/0000-0003-3260-5445"
4545
website: "https://mfisher87.github.io/"
46+
- family-names: "Kaufman"
47+
given-names: "Daniel"
48+
orcid: "https://orcid.org/0000-0002-1487-7298"
49+
website: "https://github.com/danielfromearth"
4650
- family-names: "Kennedy"
4751
given-names: "Joseph"
4852
orcid: "https://orcid.org/0000-0002-9348-693X"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "earthaccess"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
homepage = "https://github.com/nsidc/earthaccess"
55
description = "Client library for NASA Earthdata APIs"
66
authors = ["earthaccess contributors"]
@@ -94,7 +94,7 @@ ignore_errors = true
9494

9595

9696
[tool.bumpversion]
97-
current_version = "0.7.1"
97+
current_version = "0.8.0"
9898
commit = false
9999
tag = false
100100

0 commit comments

Comments
 (0)