Skip to content

Commit

Permalink
Merge pull request #371 from mfisher87/release-0.8.0
Browse files Browse the repository at this point in the history
Release 0.8.0
  • Loading branch information
mfisher87 authored Nov 30, 2023
2 parents c37a656 + 66b19a3 commit a1fd6dd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog

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

## [v0.7.1] 2023-11-08
* Bug Fixes:
Expand Down
8 changes: 6 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ keywords:
url: "https://earthaccess.readthedocs.io"
repository-code: "https://github.com/nsidc/earthaccess"

version: "0.7.1"
date-released: "2023-11-08"
version: "0.8.0"
date-released: "2023-11-29"

authors:
- family-names: "Barrett"
Expand All @@ -43,6 +43,10 @@ authors:
given-names: "Matt"
orcid: "https://orcid.org/0000-0003-3260-5445"
website: "https://mfisher87.github.io/"
- family-names: "Kaufman"
given-names: "Daniel"
orcid: "https://orcid.org/0000-0002-1487-7298"
website: "https://github.com/danielfromearth"
- family-names: "Kennedy"
given-names: "Joseph"
orcid: "https://orcid.org/0000-0002-9348-693X"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "earthaccess"
version = "0.7.1"
version = "0.8.0"
homepage = "https://github.com/nsidc/earthaccess"
description = "Client library for NASA Earthdata APIs"
authors = ["earthaccess contributors"]
Expand Down Expand Up @@ -94,7 +94,7 @@ ignore_errors = true


[tool.bumpversion]
current_version = "0.7.1"
current_version = "0.8.0"
commit = false
tag = false

Expand Down

0 comments on commit a1fd6dd

Please sign in to comment.