Skip to content

Commit b06359f

Browse files
release: 1.0.0-alpha.1
1 parent bfa831e commit b06359f

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
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.1-alpha.0"
2+
".": "1.0.0-alpha.1"
33
}

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
## 1.0.0-alpha.1 (2025-04-02)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v1.0.0-alpha.1](https://github.com/hubmapconsortium/search-python-sdk/compare/v0.0.1-alpha.0...v1.0.0-alpha.1)
6+
7+
### Features
8+
9+
* **api:** manual updates ([#11](https://github.com/hubmapconsortium/search-python-sdk/issues/11)) ([76597b5](https://github.com/hubmapconsortium/search-python-sdk/commit/76597b5ad8f49d88da941d179a9495572144642c))
10+
* **api:** manual updates ([#12](https://github.com/hubmapconsortium/search-python-sdk/issues/12)) ([b3d6313](https://github.com/hubmapconsortium/search-python-sdk/commit/b3d6313ecae9e916026210e4f94e3a7b876d1bbf))
11+
* **api:** manual updates ([#13](https://github.com/hubmapconsortium/search-python-sdk/issues/13)) ([fc259f2](https://github.com/hubmapconsortium/search-python-sdk/commit/fc259f27fa9afd4695acf8dfffac6fa47a5b6545))
12+
* **api:** manual updates ([#14](https://github.com/hubmapconsortium/search-python-sdk/issues/14)) ([bfa831e](https://github.com/hubmapconsortium/search-python-sdk/commit/bfa831ea00491960b41f20fd2ea0852233839875))
13+
14+
15+
### Bug Fixes
16+
17+
* **ci:** ensure pip is always available ([#9](https://github.com/hubmapconsortium/search-python-sdk/issues/9)) ([524119b](https://github.com/hubmapconsortium/search-python-sdk/commit/524119ba0c28d35a9b229d96ff1bb9f717f56eff))
18+
* **ci:** remove publishing patch ([#10](https://github.com/hubmapconsortium/search-python-sdk/issues/10)) ([8568269](https://github.com/hubmapconsortium/search-python-sdk/commit/8568269a1f203dd0a2f3a4c9f20e021ca1897614))
19+
* pluralize `list` response variables ([0648111](https://github.com/hubmapconsortium/search-python-sdk/commit/06481110f2020316049a4dfcda461248afddc577))
20+
* **types:** handle more discriminated union shapes ([#7](https://github.com/hubmapconsortium/search-python-sdk/issues/7)) ([86b7241](https://github.com/hubmapconsortium/search-python-sdk/commit/86b72413d22db458c881b045c5cd5734c32c1c5d))
21+
22+
23+
### Chores
24+
25+
* fix typos ([7d4c98c](https://github.com/hubmapconsortium/search-python-sdk/commit/7d4c98c8fab9cdb99f32d822c9776ac7154175bc))
26+
* go live ([#1](https://github.com/hubmapconsortium/search-python-sdk/issues/1)) ([651687d](https://github.com/hubmapconsortium/search-python-sdk/commit/651687d9d2beb26ffb9f820d51c54dedb56fdf10))
27+
* **internal:** bump rye to 0.44.0 ([#6](https://github.com/hubmapconsortium/search-python-sdk/issues/6)) ([299dfde](https://github.com/hubmapconsortium/search-python-sdk/commit/299dfde0beafe703585cb9947bf96ac2672a956b))
28+
* **internal:** codegen related update ([b51e083](https://github.com/hubmapconsortium/search-python-sdk/commit/b51e083df6c00c80bd990001e9592eff35397d8e))
29+
* **internal:** codegen related update ([#5](https://github.com/hubmapconsortium/search-python-sdk/issues/5)) ([5036848](https://github.com/hubmapconsortium/search-python-sdk/commit/503684874f704aa140f575289faaf7147390ce5f))
30+
* **internal:** remove extra empty newlines ([#4](https://github.com/hubmapconsortium/search-python-sdk/issues/4)) ([7202499](https://github.com/hubmapconsortium/search-python-sdk/commit/7202499f89b6c27072c87e383859de1a2f895a95))
31+
* update SDK settings ([#3](https://github.com/hubmapconsortium/search-python-sdk/issues/3)) ([0efe09c](https://github.com/hubmapconsortium/search-python-sdk/commit/0efe09c48f70468cf184847fdb58b729972ffac1))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hubmap_search_sdk"
3-
version = "0.0.1-alpha.0"
3+
version = "1.0.0-alpha.1"
44
description = "The official Python library for the hubmap-search-sdk API"
55
dynamic = ["readme"]
66
license = "MIT"

src/hubmap_search_sdk/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "hubmap_search_sdk"
4-
__version__ = "0.0.1-alpha.0" # x-release-please-version
4+
__version__ = "1.0.0-alpha.1" # x-release-please-version

0 commit comments

Comments
 (0)