Skip to content

Commit 3eb4a06

Browse files
release: 2.0.0-alpha.5
1 parent 338f6de commit 3eb4a06

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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-
".": "2.0.0-alpha.4"
2+
".": "2.0.0-alpha.5"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 2.0.0-alpha.5 (2025-04-12)
4+
5+
Full Changelog: [v2.0.0-alpha.4...v2.0.0-alpha.5](https://github.com/hubmapconsortium/entity-python-sdk/compare/v2.0.0-alpha.4...v2.0.0-alpha.5)
6+
7+
### Bug Fixes
8+
9+
* **perf:** optimize some hot paths ([368bea0](https://github.com/hubmapconsortium/entity-python-sdk/commit/368bea0cf6cead2594f6b2071f17d2a2077ab607))
10+
* **perf:** skip traversing types for NotGiven values ([1ff94b8](https://github.com/hubmapconsortium/entity-python-sdk/commit/1ff94b86dcce46e550f68d81b86317a01f4c560f))
11+
12+
13+
### Chores
14+
15+
* **internal:** expand CI branch coverage ([d531898](https://github.com/hubmapconsortium/entity-python-sdk/commit/d531898f33ae5471d0e36e08ce53c79903d272f1))
16+
* **internal:** reduce CI branch coverage ([f27af14](https://github.com/hubmapconsortium/entity-python-sdk/commit/f27af14a0a723e664bf9baff724178601d0f0dbb))
17+
318
## 2.0.0-alpha.4 (2025-04-09)
419

520
Full Changelog: [v2.0.0-alpha.3...v2.0.0-alpha.4](https://github.com/hubmapconsortium/entity-python-sdk/compare/v2.0.0-alpha.3...v2.0.0-alpha.4)

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_entity_sdk"
3-
version = "2.0.0-alpha.4"
3+
version = "2.0.0-alpha.5"
44
description = "The official Python library for the hubmap-entity-sdk API"
55
dynamic = ["readme"]
66
license = "MIT"

src/hubmap_entity_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_entity_sdk"
4-
__version__ = "2.0.0-alpha.4" # x-release-please-version
4+
__version__ = "2.0.0-alpha.5" # x-release-please-version

0 commit comments

Comments
 (0)