Skip to content

Commit 9bae957

Browse files
authored
Update CHANGELOG.md
1 parent 4740bfd commit 9bae957

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22

33
## Unreleased
44

5+
## [v0.5.1] 2023-03-20
6+
57
* bug fixes:
68
* get_s3_credentials() only worked when a netrc file was present, bug reported by @scottyhq and @JessicaS11
79
* including tests for all DAAC S3 endpoints
810
* Notebooks updated to use the new top level API
11+
* removed magic from dependencies (not available in windows and not used but just in tests)
912

1013
* CI changes:
1114
* documentation for readthedocs fixed by including poetry as the default tool
1215
* injected new secrets to test Auth using the icepyx convention (EARTHDATA_USERNAME)
1316
* New Features
1417
* we can get the user's profile with auth.user_profile which includes the user email
18+
* added LAAD as a supported DAAC
1519
## [v0.5.0] 2023-02-23
1620

1721
* bug fixes:
@@ -92,7 +96,12 @@
9296
- Add basic classes to interact with NASA CMR, EDL and cloud access.
9397
- Basic object formatting.
9498

95-
[Unreleased]: https://github.com/betolink/earthaccess/compare/v0.3.0...HEAD
99+
[Unreleased]: https://github.com/nsidc/earthaccess/compare/v0.5.1...HEAD
100+
[v0.5.1]: https://github.com/nsidc/earthaccess/releases/tag/v0.5.1
101+
[v0.5.0]: https://github.com/nsidc/earthaccess/releases/tag/v0.4.0
102+
[v0.4.7]: https://github.com/nsidc/earthaccess/releases/tag/v0.4.7
103+
[v0.4.6]: https://github.com/nsidc/earthaccess/releases/tag/v0.4.6
104+
[v0.4.1]: https://github.com/nsidc/earthaccess/releases/tag/v0.4.1
96105
[v0.3.0]: https://github.com/betolink/earthaccess/releases/tag/v0.3.0
97106
[v0.2.2]: https://github.com/betolink/earthaccess/releases/tag/v0.2.2
98107
[v0.2.1]: https://github.com/betolink/earthaccess/releases/tag/v0.2.1

0 commit comments

Comments
 (0)