File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ keywords:
2323url : " https://earthaccess.readthedocs.io"
2424repository-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
2929authors :
3030- family-names : " Barrett"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " earthaccess"
3- version = " 0.8.0 "
3+ version = " 0.8.1 "
44homepage = " https://github.com/nsidc/earthaccess"
55description = " Client library for NASA Earthdata APIs"
66authors = [" 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 "
112112commit = false
113113tag = false
114114
You can’t perform that action at this time.
0 commit comments