Skip to content

Commit

Permalink
Release 0.8.1 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Dec 2, 2023
1 parent 2a36080 commit 1a45326
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
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

0 comments on commit 1a45326

Please sign in to comment.