Skip to content

Commit a4b626b

Browse files
chore(main): release 0.1.0
1 parent 5370b0b commit a4b626b

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-02-11)
4+
5+
6+
### Features
7+
8+
* add some helper methods to the client ([#42](https://github.com/NASA-IMPACT/csda-client/issues/42)) ([55ec5e0](https://github.com/NASA-IMPACT/csda-client/commit/55ec5e0de6c4a057b916f98ca32f7278b8bdce97))
9+
* enrich search-and-download notebook ([#41](https://github.com/NASA-IMPACT/csda-client/issues/41)) ([f97e5e8](https://github.com/NASA-IMPACT/csda-client/commit/f97e5e85df24d81ab514e26a96d938d9931662d6))
10+
* example notebook for downloading orders ([#38](https://github.com/NASA-IMPACT/csda-client/issues/38)) ([ad0f78d](https://github.com/NASA-IMPACT/csda-client/commit/ad0f78d142c29176fa8d846437fe03882272d257))
11+
* inital docs ([#51](https://github.com/NASA-IMPACT/csda-client/issues/51)) ([b95c1f8](https://github.com/NASA-IMPACT/csda-client/commit/b95c1f8dd9dace098d97dbe2d7353274e43c26ee))
12+
* netrc ([#45](https://github.com/NASA-IMPACT/csda-client/issues/45)) ([e2cb46c](https://github.com/NASA-IMPACT/csda-client/commit/e2cb46c74ba97ed62f5de0b834a9b21a1b9b4032))
13+
* refactor client ([#35](https://github.com/NASA-IMPACT/csda-client/issues/35)) ([92ceda1](https://github.com/NASA-IMPACT/csda-client/commit/92ceda1c606283946b1c7fe2161fc2b3ea4fa569))
14+
* rename to csda-client, add some docs ([#39](https://github.com/NASA-IMPACT/csda-client/issues/39)) ([ac0866f](https://github.com/NASA-IMPACT/csda-client/commit/ac0866fa422790902214568d17a44de96123ad60))
15+
* tasking notebook ([#46](https://github.com/NASA-IMPACT/csda-client/issues/46)) ([9c94e52](https://github.com/NASA-IMPACT/csda-client/commit/9c94e52bf6728a3eea7edab4f8e0ac26ce3598dd))
16+
* uv, and other cleanups ([#34](https://github.com/NASA-IMPACT/csda-client/issues/34)) ([0a910bf](https://github.com/NASA-IMPACT/csda-client/commit/0a910bf2a86d1f0d624d98490f7087e60aa365ad))
17+
18+
19+
### Bug Fixes
20+
21+
* broken profile test ([#47](https://github.com/NASA-IMPACT/csda-client/issues/47)) ([bc3456e](https://github.com/NASA-IMPACT/csda-client/commit/bc3456e1f7b3b08018ebc26fcb4f84af7ba3931b))
22+
* **ci:** use secret, not var, for client id ([e32de83](https://github.com/NASA-IMPACT/csda-client/commit/e32de8379cf8d410eca825ccab57b56d81c648d2))
23+
* Don't use context manager ([556bea4](https://github.com/NASA-IMPACT/csda-client/commit/556bea4d627e09fab6f2c2b4ad91d993c535de52))
24+
* fix authentication redirect ([#32](https://github.com/NASA-IMPACT/csda-client/issues/32)) ([e81295b](https://github.com/NASA-IMPACT/csda-client/commit/e81295b9dca3701050c4a3228b13c71c43ddbf6d))
25+
* tasking API changes ([#54](https://github.com/NASA-IMPACT/csda-client/issues/54)) ([f181e9c](https://github.com/NASA-IMPACT/csda-client/commit/f181e9cc4ac735e3bb68de930c3a54ca9c147941))
26+
27+
28+
### Documentation
29+
30+
* update README with CSDA Operations contact info ([#73](https://github.com/NASA-IMPACT/csda-client/issues/73)) ([5370b0b](https://github.com/NASA-IMPACT/csda-client/commit/5370b0b69e9146ad6d8437cf1be94034407a043e))

0 commit comments

Comments
 (0)