Skip to content

Commit 1a45326

Browse files
authored
Release 0.8.1 (#389)
1 parent 2a36080 commit 1a45326

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v0.8.1] 2023-12-01
4+
* New Features:
5+
* Add `kerchunk` metadata consolidation utility.
6+
* Enhancements:
7+
* Handle S3 credential expiration more gracefully.
8+
* Maintenanece:
9+
* Use dependabot to update Github Actions.
10+
* Consolidate dependabot updates.
11+
* Switch to `ruff` for formatting.
12+
313
## [v0.8.0] 2023-11-29
414
* Bug fixes:
515
* Fix zero granules being reported for restricted datasets.

CITATION.cff

Lines changed: 2 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.8.0"
27-
date-released: "2023-11-29"
26+
version: "0.8.1"
27+
date-released: "2023-12-01"
2828

2929
authors:
3030
- family-names: "Barrett"

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.8.0"
3+
version = "0.8.1"
44
homepage = "https://github.com/nsidc/earthaccess"
55
description = "Client library for NASA Earthdata APIs"
66
authors = ["earthaccess contributors"]
@@ -108,7 +108,7 @@ combine-as-imports = true
108108

109109

110110
[tool.bumpversion]
111-
current_version = "0.8.0"
111+
current_version = "0.8.1"
112112
commit = false
113113
tag = false
114114

0 commit comments

Comments
 (0)