Skip to content

Commit

Permalink
Release 0.8.2 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Dec 6, 2023
1 parent c0eb49b commit ed89863
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

## Unreleased

## [v0.8.2] 2023-12-06
* Bug fixes:
* Follow Amazon EC2 IMDSv2 requirements to set `running-in-aws`
* Enable AWS check with IMDSv2
* Add region to running in AWS check
* Handle opening multi-file granules
* Maintenance:
* Add CI tests with minimum supported versions
* Update poetry lockfile
* Add `python-dateutil` as a direct dependency
* Remove binder PR comments
* Add YAML formatting (prettier)

## [v0.8.1] 2023-12-01
* New Features:
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.1"
date-released: "2023-12-01"
version: "0.8.2"
date-released: "2023-12-06"

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


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

Expand Down

0 comments on commit ed89863

Please sign in to comment.