Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.8.1 #389

Merged
merged 3 commits into from
Dec 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v0.8.1] 2023-12-01
* New Features:
* Add `kerchunk` metadata consolidation utility.
* Enhancements:
* Handle S3 credential expiration more gracefully.
* Maintenanece:
* Use dependabot to update Github Actions.
* Consolidate dependabot updates.
* Switch to `ruff` for formatting.

## [v0.8.0] 2023-11-29
* Bug fixes:
* Fix zero granules being reported for restricted datasets.
Expand Down
4 changes: 2 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.8.0"
date-released: "2023-11-29"
version: "0.8.1"
date-released: "2023-12-01"

authors:
- family-names: "Barrett"
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.8.0"
version = "0.8.1"
homepage = "https://github.com/nsidc/earthaccess"
description = "Client library for NASA Earthdata APIs"
authors = ["earthaccess contributors"]
Expand Down Expand Up @@ -108,7 +108,7 @@ combine-as-imports = true


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

Expand Down
Loading